svc: Add CreateJitMemory and MapJitMemory svc strings
Makes the table match SwitchBrew for these entries
This commit is contained in:
parent
ee08c39b72
commit
c81ed5eb33
1 changed files with 2 additions and 2 deletions
|
@ -823,8 +823,8 @@ static const FunctionDef SVC_Table[] = {
|
||||||
{0x48, nullptr, "Unknown"},
|
{0x48, nullptr, "Unknown"},
|
||||||
{0x49, nullptr, "Unknown"},
|
{0x49, nullptr, "Unknown"},
|
||||||
{0x4A, nullptr, "Unknown"},
|
{0x4A, nullptr, "Unknown"},
|
||||||
{0x4B, nullptr, "Unknown"},
|
{0x4B, nullptr, "CreateJitMemory"},
|
||||||
{0x4C, nullptr, "Unknown"},
|
{0x4C, nullptr, "MapJitMemory"},
|
||||||
{0x4D, nullptr, "SleepSystem"},
|
{0x4D, nullptr, "SleepSystem"},
|
||||||
{0x4E, nullptr, "ReadWriteRegister"},
|
{0x4E, nullptr, "ReadWriteRegister"},
|
||||||
{0x4F, nullptr, "SetProcessActivity"},
|
{0x4F, nullptr, "SetProcessActivity"},
|
||||||
|
|
Loading…
Reference in a new issue