(Untested) Implement cheats

This commit is contained in:
twinaphex
2014-12-08 17:33:02 +01:00
parent e5d8cacfdd
commit 944b48a732
3 changed files with 51 additions and 3 deletions

View File

@@ -9,4 +9,6 @@ void FCEU_FlushGameCheats(FILE *override, int nosave);
void FCEU_ApplyPeriodicCheats(void);
void FCEU_PowerCheats(void);
void FCEU_ResetCheats(void);
#endif