mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 06:25:20 -04:00
ProcessManager: Fill out ProcessTracking::Initialize()
This commit is contained in:
parent
5025ba5e82
commit
7ab9f507cb
6 changed files with 185 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
|||
class ProcessTracking {
|
||||
public:
|
||||
static void Initialize();
|
||||
static void MainLoop();
|
||||
static void MainLoop(void *arg);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue