mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 03:21:38 +12:00
Better cheat interface
This commit is contained in:
parent
9ad34dd6c9
commit
eef87da979
4 changed files with 17 additions and 8 deletions
|
@ -26,7 +26,11 @@ class Cheats {
|
|||
void reset();
|
||||
void run();
|
||||
|
||||
void clear();
|
||||
bool haveCheats() const { return cheatsLoaded; }
|
||||
|
||||
private:
|
||||
ActionReplay ar; // An ActionReplay cheat machine for executing CTRPF codes
|
||||
std::vector<Cheat> cheats;
|
||||
bool cheatsLoaded = false;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue