mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
pm: rename EnableApplicationExtraThread
This commit is contained in:
parent
f86dc2ceba
commit
d4c278cf00
@ -124,4 +124,4 @@ Result pmshellClearJitDebugOccured(u64 pid);
|
|||||||
Result pmshellNotifyBootFinished(void);
|
Result pmshellNotifyBootFinished(void);
|
||||||
Result pmshellGetApplicationProcessIdForShell(u64* pid_out);
|
Result pmshellGetApplicationProcessIdForShell(u64* pid_out);
|
||||||
Result pmshellBoostSystemMemoryResourceLimit(u64 boost_size);
|
Result pmshellBoostSystemMemoryResourceLimit(u64 boost_size);
|
||||||
Result pmshellBoostSystemThreadResourceLimit(void);
|
Result pmshellEnableApplicationExtraThread(void);
|
||||||
|
@ -162,7 +162,7 @@ Result pmshellBoostSystemMemoryResourceLimit(u64 boost_size) {
|
|||||||
return serviceDispatchIn(&g_pmshellSrv, cmd_id, boost_size);
|
return serviceDispatchIn(&g_pmshellSrv, cmd_id, boost_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result pmshellBoostSystemThreadResourceLimit(void) {
|
Result pmshellEnableApplicationExtraThread(void) {
|
||||||
if (hosversionBefore(7,0,0)) return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
if (hosversionBefore(7,0,0)) return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||||
return serviceDispatch(&g_pmshellSrv, 8);
|
return serviceDispatch(&g_pmshellSrv, 8);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user