dmnt-cheat: fix decode error, add debug logging

This commit is contained in:
Michael Scire 2019-03-04 01:41:01 -08:00
parent f2f25dd5ed
commit e8a5aa81f4
3 changed files with 143 additions and 5 deletions

View file

@ -193,7 +193,6 @@ void DmntCheatManager::OnNewApplicationLaunch() {
/* TODO: Read cheats off the SD. */
/* Open a debug handle. */
if (R_FAILED((rc = svcDebugActiveProcess(&g_cheat_process_debug_hnd, g_cheat_process_metadata.process_id)))) {
fatalSimple(rc);