1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-12-22 01:35:08 -06:00

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

This commit is contained in:
gdkchan
2018-03-09 23:12:57 -03:00
parent be0e4007dc
commit 5912bd2beb
12 changed files with 177 additions and 207 deletions

View File

@@ -197,7 +197,7 @@ namespace Ryujinx.Core.OsHle.Svc
break;
case 5:
ThreadState.X1 = CurrentHeapSize;
ThreadState.X1 = MemoryRegions.HeapRegionSize;
break;
case 6: