mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-13 07:26:45 +00:00
tma: Fix nn.tma.PmModuleThread priority
This commit is contained in:
parent
29153af2bc
commit
49d1e65496
2 changed files with 3 additions and 2 deletions
|
@ -59,7 +59,7 @@ static void PowerManagerThread(void *arg) {
|
||||||
|
|
||||||
void TmaPowerManager::Initialize(void (*callback)(PscPmState, u32)) {
|
void TmaPowerManager::Initialize(void (*callback)(PscPmState, u32)) {
|
||||||
g_pm_callback = callback;
|
g_pm_callback = callback;
|
||||||
g_pm_thread.Initialize(PowerManagerThread, nullptr, 0x4000, 0x15);
|
g_pm_thread.Initialize(PowerManagerThread, nullptr, 0x4000, 0x26);
|
||||||
g_pm_thread.Start();
|
g_pm_thread.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,8 @@
|
||||||
"svcUnmapDeviceAddressSpace": "0x5c",
|
"svcUnmapDeviceAddressSpace": "0x5c",
|
||||||
"svcInvalidateProcessDataCache": "0x5d",
|
"svcInvalidateProcessDataCache": "0x5d",
|
||||||
"svcStoreProcessDataCache": "0x5e",
|
"svcStoreProcessDataCache": "0x5e",
|
||||||
"svcFlushProcessDataCache": "0x5f"
|
"svcFlushProcessDataCache": "0x5f",
|
||||||
|
"svcCallSecureMonitor": "0x7f"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"type": "map",
|
"type": "map",
|
||||||
|
|
Loading…
Reference in a new issue