|
|
@@ -8,7 +8,6 @@ namespace Ryujinx.OsHle.Svc
|
|
|
partial class SvcHandler
|
|
|
{
|
|
|
private delegate void SvcFunc(ARegisters Registers);
|
|
|
-
|
|
|
private Dictionary<int, SvcFunc> SvcFuncs;
|
|
|
|
|
|
private Switch Ns;
|
|
|
@@ -25,6 +24,7 @@ namespace Ryujinx.OsHle.Svc
|
|
|
{ 0x03, SvcSetMemoryAttribute },
|
|
|
{ 0x04, SvcMapMemory },
|
|
|
{ 0x06, SvcQueryMemory },
|
|
|
+ { 0x07, SvcExitProcess },
|
|
|
{ 0x08, SvcCreateThread },
|
|
|
{ 0x09, SvcStartThread },
|
|
|
{ 0x0b, SvcSleepThread },
|