mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-30 16:21:16 -05:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
{
|
||||
_gd = gd;
|
||||
_device = device;
|
||||
_handles = new List<SyncHandle>();
|
||||
_handles = [];
|
||||
}
|
||||
|
||||
public void RegisterFlush()
|
||||
|
||||
Reference in New Issue
Block a user