mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 20:52:23 -05:00
misc: chore: Use collection expressions in Cpu
This commit is contained in:
@@ -443,7 +443,7 @@ namespace Ryujinx.Cpu.Jit
|
||||
return null;
|
||||
}
|
||||
|
||||
List<HostMemoryRange> regions = new();
|
||||
List<HostMemoryRange> regions = [];
|
||||
ulong endVa = va + size;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user