mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
[Cheats] Add boilerplate
This commit is contained in:
parent
5b4f6ef46c
commit
0904638df0
5 changed files with 42 additions and 2 deletions
5
src/core/cheats.cpp
Normal file
5
src/core/cheats.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "cheats.hpp"
|
||||
|
||||
ActionReplay::ActionReplay() { reset(); }
|
||||
|
||||
void ActionReplay::reset() { cheats.clear(); }
|
Loading…
Add table
Add a link
Reference in a new issue