mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 06:25:20 -04:00
ProcessManager: Stub ProcessTracking code.
This commit is contained in:
parent
0459bcee74
commit
3d2c3e1fe1
3 changed files with 30 additions and 0 deletions
8
stratosphere/pm/source/pm_process_track.hpp
Normal file
8
stratosphere/pm/source/pm_process_track.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
#include <switch.h>
|
||||
|
||||
class ProcessTracking {
|
||||
public:
|
||||
static void Initialize();
|
||||
static void MainLoop();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue