Replace direct file access with VFS routines
This commit is contained in:
@@ -6,8 +6,8 @@ extern uint8 *MMapPtrs[64];
|
||||
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_LoadGameCheats(void);
|
||||
void FCEU_FlushGameCheats(void);
|
||||
void FCEU_ApplyPeriodicCheats(void);
|
||||
void FCEU_PowerCheats(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user