mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-03 14:36:26 +02:00
misc: chore: Use collection expressions in Vulkan project
This commit is contained in:
parent
9cb3b40ffc
commit
ed2590a8ac
32 changed files with 212 additions and 240 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue