[ActionReplay] More conditional ops

This commit is contained in:
wheremyfoodat 2023-07-21 14:49:04 +03:00
parent 4a45599303
commit 0588b99674
3 changed files with 24 additions and 15 deletions
src/core

View file

@ -17,12 +17,7 @@ void Cheats::run() {
break;
}
case CheatType::Gateway: {
Helpers::panic("Gateway cheats not supported yet! Only Action Replay is supported!");
break;
}
default: Helpers::panic("Unknown cheat type");
default: Helpers::panic("Unknown cheat device!");
}
}
}