Disable virtual memory

This commit is contained in:
Starlet 2018-07-20 20:31:56 -04:00
parent 241b46540d
commit e079acdc52

View file

@ -18,7 +18,7 @@ namespace Ryujinx.HLE.OsHle.Kernel
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)
{