mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 13:00:08 +02:00
misc: chore: Use collection expressions (part 2)
This commit is contained in:
@@ -47,8 +47,8 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
|
||||
api.AllocateCommandBuffers(device, in allocateInfo, out CommandBuffer);
|
||||
|
||||
Dependants = new List<IAuto>();
|
||||
Waitables = new List<MultiFenceHolder>();
|
||||
Dependants = [];
|
||||
Waitables = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user