Remove FCEU_SaveGameSave/FCEU_loadGameSave entirely

This commit is contained in:
twinaphex
2017-05-08 04:24:03 +02:00
parent a383ec255e
commit 8177370f4e
4 changed files with 30 additions and 80 deletions

View File

@@ -23,9 +23,6 @@ typedef struct {
// other code in the future.
} CartInfo;
void FCEU_SaveGameSave(CartInfo *LocalHWInfo);
void FCEU_LoadGameSave(CartInfo *LocalHWInfo);
extern uint8 *Page[32], *VPage[8], *MMC5SPRVPage[8], *MMC5BGVPage[8];
void ResetCartMapping(void);