mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 05:55:16 -04:00
ProcessManager: Stub ProcessTracking code.
This commit is contained in:
parent
0459bcee74
commit
3d2c3e1fe1
3 changed files with 30 additions and 0 deletions
15
stratosphere/pm/source/pm_process_track.cpp
Normal file
15
stratosphere/pm/source/pm_process_track.cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
#include <switch.h>
|
||||
#include "pm_process_track.hpp"
|
||||
|
||||
void ProcessTracking::Initialize() {
|
||||
/* TODO: Setup ResourceLimit values, create MainLoop thread. */
|
||||
}
|
||||
|
||||
void ProcessTracking::MainLoop() {
|
||||
/* TODO */
|
||||
while (true) {
|
||||
/* PM, as a sysmodule, is basically just a while loop. */
|
||||
|
||||
/* This is what while loop. */
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue