From 6017ba80d41ebe044721a2190862c0ba54303f02 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Dec 2014 21:55:19 +0100 Subject: Implement cheat code stuff --- source/cheats.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cheats.h') 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); -- cgit v1.2.3