mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
initial commit
This commit is contained in:
@ -690,11 +690,8 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||
if (_pageTable[l0] == null)
|
||||
{
|
||||
_pageTable[l0] = new ulong[PtLvl1Size];
|
||||
|
||||
for (ulong index = 0; index < PtLvl1Size; index++)
|
||||
{
|
||||
_pageTable[l0][index] = PteUnmapped;
|
||||
}
|
||||
|
||||
Array.Fill(_pageTable[l0], PteUnmapped);
|
||||
}
|
||||
|
||||
_pageTable[l0][l1] = pte;
|
||||
|
Reference in New Issue
Block a user