mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-10 22:15:06 +12:00
[ActionReplay] More conditional ops
This commit is contained in:
parent
4a45599303
commit
0588b99674
3 changed files with 24 additions and 15 deletions
src/core
|
@ -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!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue