From a8c2fcdb2c3fa0211581cc82ea8e2d93d225fd7d Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Thu, 14 Feb 2013 03:02:33 -0500 Subject: Add hotkeys to quickly load from and save to saved state #1, as well as to toggle full-screen (going from mode 3, middle of screen, to mode 4, full-screen smoothed). This commit uses text that has not been validated in some languages. --- source/nds/entry.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source/nds/entry.h') diff --git a/source/nds/entry.h b/source/nds/entry.h index 0728768..e1646fb 100644 --- a/source/nds/entry.h +++ b/source/nds/entry.h @@ -1,6 +1,11 @@ #ifdef __cplusplus extern "C" { #endif + void game_disableAudio(); + void game_set_frameskip(); + void game_set_fluidity(); + void game_set_retro(); + int game_load_state(char* file); int game_save_state(char* file); void S9xAutoSaveSRAM (); @@ -8,8 +13,6 @@ extern "C" { void game_restart(void); int load_gamepak(const char* file); - - extern unsigned int AutoCPUFrequency; #ifdef __cplusplus } #endif -- cgit v1.2.3