Merge e079acdc52
into 652238f526
This commit is contained in:
commit
9b4bfe48b1
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…
Add table
Add a link
Reference in a new issue