1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-11 06:26:41 +00:00

tma: Fix nn.tma.PmModuleThread priority

This commit is contained in:
Michael Scire 2018-12-07 03:26:06 -08:00
parent 29153af2bc
commit 49d1e65496
2 changed files with 3 additions and 2 deletions

View file

@ -59,7 +59,7 @@ static void PowerManagerThread(void *arg) {
void TmaPowerManager::Initialize(void (*callback)(PscPmState, u32)) {
g_pm_callback = callback;
g_pm_thread.Initialize(PowerManagerThread, nullptr, 0x4000, 0x15);
g_pm_thread.Initialize(PowerManagerThread, nullptr, 0x4000, 0x26);
g_pm_thread.Start();
}

View file

@ -112,7 +112,8 @@
"svcUnmapDeviceAddressSpace": "0x5c",
"svcInvalidateProcessDataCache": "0x5d",
"svcStoreProcessDataCache": "0x5e",
"svcFlushProcessDataCache": "0x5f"
"svcFlushProcessDataCache": "0x5f",
"svcCallSecureMonitor": "0x7f"
}
}, {
"type": "map",