mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 21:16:26 -05: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:
@@ -10,7 +10,7 @@ namespace ChocolArm64
|
||||
public AThreadState ThreadState { get; private set; }
|
||||
public AMemory Memory { get; private set; }
|
||||
|
||||
public long EntryPoint { get; private set; }
|
||||
private long EntryPoint;
|
||||
|
||||
private ATranslator Translator;
|
||||
|
||||
|
Reference in New Issue
Block a user