mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
[ActionReplay] Add HID stuff
This commit is contained in:
parent
d007b2d780
commit
4a45599303
5 changed files with 24 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "cheats.hpp"
|
||||
|
||||
Cheats::Cheats(Memory& mem) : ar(mem) { reset(); }
|
||||
Cheats::Cheats(Memory& mem, HIDService& hid) : ar(mem, hid) { reset(); }
|
||||
|
||||
void Cheats::reset() {
|
||||
cheats.clear(); // Unload loaded cheats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue