mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 04:32:35 -07:00
Implement SvcGetThreadContext3
This commit is contained in:
@@ -72,7 +72,8 @@ namespace Ryujinx.HLE.OsHle.Kernel
|
||||
{ 0x29, SvcGetInfo },
|
||||
{ 0x2c, SvcMapPhysicalMemory },
|
||||
{ 0x2d, SvcUnmapPhysicalMemory },
|
||||
{ 0x32, SvcSetThreadActivity }
|
||||
{ 0x32, SvcSetThreadActivity },
|
||||
{ 0x33, SvcGetThreadContext3 }
|
||||
};
|
||||
|
||||
this.Ns = Ns;
|
||||
|
Reference in New Issue
Block a user