mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 02:34:48 +12:00
Moar cheats
This commit is contained in:
parent
7e7d4f7f16
commit
8502cd9285
3 changed files with 43 additions and 32 deletions
include
|
@ -24,10 +24,10 @@ class Cheats {
|
|||
};
|
||||
|
||||
Cheats(Memory& mem, HIDService& hid);
|
||||
uint32_t addCheat(const Cheat& cheat);
|
||||
void removeCheat(uint32_t id);
|
||||
void enableCheat(uint32_t id);
|
||||
void disableCheat(uint32_t id);
|
||||
u32 addCheat(const Cheat& cheat);
|
||||
void removeCheat(u32 id);
|
||||
void enableCheat(u32 id);
|
||||
void disableCheat(u32 id);
|
||||
void reset();
|
||||
void run();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue