dmnt-cheat: Skeleton cheat manager

This commit is contained in:
Michael Scire
2019-02-27 03:30:08 -08:00
parent 434f600f95
commit 66d5c9fe26
3 changed files with 110 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "dmnt_service.hpp"
#include "dmnt_cheat_service.hpp"
#include "dmnt_cheat_manager.hpp"
extern "C" {
extern u32 __start__;
@@ -125,6 +126,9 @@ int main(int argc, char **argv)
{
consoleDebugInit(debugDevice_SVC);
/* Start cheat manager. */
DmntCheatManager::InitializeCheatManager();
/* Nintendo uses four threads. Add a fifth for our cheat service. */
auto server_manager = new WaitableManager(5);