mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
dmnt-cheat: continue fleshing out cheat manager code
This commit is contained in:
parent
964a698875
commit
c80eb26135
2 changed files with 79 additions and 11 deletions
|
@ -26,6 +26,12 @@ class DmntCheatManager {
|
|||
static void OnNewApplicationLaunch();
|
||||
static void DetectThread(void *arg);
|
||||
static void VmThread(void *arg);
|
||||
public:
|
||||
|
||||
static bool HasActiveCheatProcess();
|
||||
static void CloseActiveCheatProcess();
|
||||
static void ContinueCheatProcess();
|
||||
public:;
|
||||
static bool GetHasActiveCheatProcess();
|
||||
|
||||
static void InitializeCheatManager();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue