misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_hostMemoryApi = hostMemoryApi;
|
||||
_device = device;
|
||||
|
||||
_allocations = new List<HostMemoryAllocation>();
|
||||
_allocations = [];
|
||||
_allocationTree = new IntervalTree<ulong, HostMemoryAllocation>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user