dmnt-cheat: Implement all meta commands.

This commit is contained in:
Michael Scire 2019-02-27 04:37:02 -08:00
parent c80eb26135
commit e4cc39c29b
3 changed files with 31 additions and 6 deletions

View file

@ -32,6 +32,8 @@ class DmntCheatManager {
static void ContinueCheatProcess();
public:;
static bool GetHasActiveCheatProcess();
static Handle GetCheatProcessEventHandle();
static Result GetCheatProcessMetadata(CheatProcessMetadata *out);
static void InitializeCheatManager();
};