1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-24 02:46:03 +00:00
Ryujinx/ChocolArm64/Memory
2018-03-10 20:39:16 -03:00
..
AMemory.cs Allow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks 2018-03-10 20:39:16 -03:00
AMemoryHelper.cs
AMemoryMapInfo.cs
AMemoryMgr.cs Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size 2018-03-09 23:12:57 -03:00
AMemoryPerm.cs