mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-19 17:06:50 -05:00
misc: chore: Use collection expressions in Cpu
This commit is contained in:
@@ -340,7 +340,7 @@ namespace Ryujinx.Cpu.Jit
|
||||
{
|
||||
int pages = GetPagesCount(va, (uint)size, out va);
|
||||
|
||||
List<MemoryRange> regions = new();
|
||||
List<MemoryRange> regions = [];
|
||||
|
||||
ulong regionStart = GetPhysicalAddressChecked(va);
|
||||
ulong regionSize = PageSize;
|
||||
|
||||
Reference in New Issue
Block a user