diff options
Diffstat (limited to 'source/cheats.h')
-rw-r--r-- | source/cheats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cheats.h b/source/cheats.h index 7d43f2b..2201c3c 100644 --- a/source/cheats.h +++ b/source/cheats.h @@ -137,7 +137,7 @@ const char *S9xGameGenieToRaw (const char *code, uint32_t *address, uint8_t *byt const char *S9xProActionReplayToRaw (const char *code, uint32_t *address, uint8_t *byte); const char *S9xGoldFingerToRaw (const char *code, uint32_t *address, bool *sram, uint8_t *num_bytes, uint8_t bytes[3]); -void S9xApplyCheats (); +void S9xApplyCheats(void); void S9xApplyCheat (uint32_t which1); void S9xRemoveCheats (); void S9xRemoveCheat (uint32_t which1); @@ -146,7 +146,7 @@ void S9xDisableCheat (uint32_t which1); void S9xDisableAllCheat(void); void S9xAddCheat (bool enable, bool save_current_value, uint32_t address, uint8_t byte); -void S9xDeleteCheats (); +void S9xDeleteCheats(void); void S9xDeleteCheat (uint32_t which1); bool S9xLoadCheatFile (const char *filename); bool S9xSaveCheatFile (const char *filename); |