mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 15:44:23 -04:00
kern: implement KWorkerTaskManager
This commit is contained in:
parent
c91386b0fa
commit
5b98426171
5 changed files with 171 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace ams::kern {
|
|||
|
||||
/* Perform more core-0 specific initialization. */
|
||||
if (core_id == 0) {
|
||||
MESOSPHERE_TODO("Initialize KWorkerThreadManager");
|
||||
Kernel::GetWorkerTaskManager(KWorkerTaskManager::WorkerType_Exit).Initialize(KWorkerTaskManager::WorkerType_Exit, KWorkerTaskManager::ExitWorkerPriority);
|
||||
|
||||
MESOSPHERE_TODO("KSystemControl::InitializeSleepManagerAndAppletSecureMemory();");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue