dmnt-cheat: Begin implementing Cheat VM.

This commit is contained in:
Michael Scire
2019-02-27 18:33:07 -08:00
parent f5ac895062
commit 2552c0327c
4 changed files with 277 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ Result DmntCheatService::ToggleCheat(u32 cheat_id) {
return 0xF601;
}
Result DmntCheatService::AddCheat(InBuffer<CheatEntry> cheat) {
Result DmntCheatService::AddCheat(InBuffer<CheatDefinition> cheat, Out<u32> out_cheat_id, bool enabled) {
/* TODO */
return 0xF601;
}