Grant access to svcCallSecureMonitor

This commit is contained in:
SciresM 2019-01-24 08:36:45 -08:00 committed by fincs
parent 0556fbbd99
commit 8717f990ab
2 changed files with 4 additions and 3 deletions

View File

@ -136,7 +136,8 @@
"svcUnmapProcessMemory": "0x75",
"svcQueryProcessMemory": "0x76",
"svcMapProcessCodeMemory": "0x77",
"svcUnmapProcessCodeMemory": "0x78"
"svcUnmapProcessCodeMemory": "0x78",
"svcCallSecureMonitor": "0x7F"
}
},
{
@ -159,4 +160,4 @@
}
}
]
}
}

View File

@ -370,7 +370,7 @@ void loadNro(void)
{ EntryType_Argv, 0, {0, 0} },
{ EntryType_NextLoadPath, 0, {0, 0} },
{ EntryType_LastLoadResult, 0, {0, 0} },
{ EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x1fc1fff0007ffff} },
{ EntryType_SyscallAvailableHint, 0, {0xffffffffffffffff, 0x9fc1fff0007ffff} },
{ EntryType_RandomSeed, 0, {0, 0} },
{ EntryType_EndOfList, 0, {0, 0} }
};