mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 16:20:54 -05:00
misc: chore: Use collection expressions in Gpu project
This commit is contained in:
@@ -134,9 +134,9 @@ namespace Ryujinx.Graphics.Gpu
|
||||
HostInitalized = new ManualResetEvent(false);
|
||||
_gpuReadyEvent = new ManualResetEvent(false);
|
||||
|
||||
SyncActions = new List<ISyncActionHandler>();
|
||||
SyncpointActions = new List<ISyncActionHandler>();
|
||||
BufferMigrations = new List<BufferMigration>();
|
||||
SyncActions = [];
|
||||
SyncpointActions = [];
|
||||
BufferMigrations = [];
|
||||
|
||||
DeferredActions = new Queue<Action>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user