This commit is contained in:
Starlet 2018-08-08 06:12:16 +00:00 committed by GitHub
commit 9b4bfe48b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
{