mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
8 lines
245 B
C
8 lines
245 B
C
void FCEU_CheatResetRAM(void);
|
|
void FCEU_CheatAddRAM(int s, uint32 A, uint8 *p);
|
|
|
|
void FCEU_LoadGameCheats(FILE *override);
|
|
void FCEU_FlushGameCheats(FILE *override, int nosave);
|
|
void FCEU_ApplyPeriodicCheats(void);
|
|
void FCEU_PowerCheats(void);
|