dmnt-cheat: implement cheat loading from SD

This commit is contained in:
Michael Scire
2019-03-04 20:13:52 -08:00
parent 5ef3ca9364
commit 34af93b72f
4 changed files with 212 additions and 4 deletions

View File

@@ -187,6 +187,7 @@ class DmntCheatVm {
return this->num_opcodes;
}
bool LoadProgram(const CheatEntry *cheats, size_t num_cheats);
void Execute(const CheatProcessMetadata *metadata);
#ifdef DMNT_CHEAT_VM_DEBUG_LOG
private: