ProcessManager: Stub ProcessTracking code.
This commit is contained in:
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. */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user