mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 10:50:52 -05:00
misc: chore: Use explicit types in CPU project
This commit is contained in:
@@ -340,7 +340,7 @@ namespace Ryujinx.Cpu.Jit
|
||||
{
|
||||
int pages = GetPagesCount(va, (uint)size, out va);
|
||||
|
||||
var regions = new List<MemoryRange>();
|
||||
List<MemoryRange> regions = new List<MemoryRange>();
|
||||
|
||||
ulong regionStart = GetPhysicalAddressChecked(va);
|
||||
ulong regionSize = PageSize;
|
||||
|
||||
Reference in New Issue
Block a user