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:
@ -45,7 +45,7 @@ namespace Ryujinx.Core.OsHle
|
||||
this.Ns = Ns;
|
||||
this.ProcessId = ProcessId;
|
||||
|
||||
Memory = new AMemory(Ns.Ram);
|
||||
Memory = Ns.Memory;
|
||||
|
||||
Scheduler = new KProcessScheduler();
|
||||
|
||||
|
Reference in New Issue
Block a user