mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 14:15:48 +00:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
@@ -486,7 +486,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
(int keyOffset, int keySize) = FromMirrorKey(key);
|
||||
if (!(offset + size <= keyOffset || offset >= keyOffset + keySize))
|
||||
{
|
||||
toRemove ??= new List<ulong>();
|
||||
toRemove ??= [];
|
||||
|
||||
toRemove.Add(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user