Disable virtual memory
This commit is contained in:
parent
241b46540d
commit
e079acdc52
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Ryujinx.HLE.OsHle.Kernel
|
||||||
|
|
||||||
private const bool EnableProcessDebugging = false;
|
private const bool EnableProcessDebugging = false;
|
||||||
|
|
||||||
private const bool IsVirtualMemoryEnabled = true; //This is always true(?)
|
private const bool IsVirtualMemoryEnabled = false; //TODO: Fix virtual memory and re-enable it
|
||||||
|
|
||||||
private void SvcExitProcess(AThreadState ThreadState)
|
private void SvcExitProcess(AThreadState ThreadState)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue