X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=cheat.h;h=c951d82b2ed6b32fb28c46679eb14994501190e5;hp=e930f523f7e55f0e9dc3ebb7aad2f0dd323877d4;hb=92764e6252a3691033d6044b466bf716c96b62d5;hpb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d diff --git a/cheat.h b/cheat.h index e930f52..c951d82 100644 --- a/cheat.h +++ b/cheat.h @@ -1,6 +1,7 @@ void FCEU_CheatResetRAM(void); void FCEU_CheatAddRAM(int s, uint32 A, uint8 *p); -void LoadGameCheats(void); -void FlushGameCheats(void); -void ApplyPeriodicCheats(void); +void FCEU_LoadGameCheats(FILE *override); +void FCEU_FlushGameCheats(FILE *override, int nosave); +void FCEU_ApplyPeriodicCheats(void); +void FCEU_PowerCheats(void);