Fix a typo in a comment in KProcess.cs
This commit is contained in:
parent
d1d1ee2f29
commit
c24b2ad346
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nintendo panic here because if it reaches this point, the current thread should be already dead.
|
// Nintendo panic here because if it reaches this point, the current thread should be already dead.
|
||||||
// As we handle the death of the therad in the post SVC handler and inside the CPU emulator, we don't panic here.
|
// As we handle the death of the thread in the post SVC handler and inside the CPU emulator, we don't panic here.
|
||||||
}
|
}
|
||||||
|
|
||||||
public ulong GetMemoryCapacity()
|
public ulong GetMemoryCapacity()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue