aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-14 03:02:33 -0500
committerNebuleon Fumika2013-02-14 03:02:33 -0500
commita8c2fcdb2c3fa0211581cc82ea8e2d93d225fd7d (patch)
treef4ba45acf1cbea8a272d2cfea3f8d72f383f6cad /source/nds/entry.h
parent6794af6695b0b4a7062ee077433ef97e5d83104f (diff)
downloadsnes9x2005-a8c2fcdb2c3fa0211581cc82ea8e2d93d225fd7d.tar.gz
snes9x2005-a8c2fcdb2c3fa0211581cc82ea8e2d93d225fd7d.tar.bz2
snes9x2005-a8c2fcdb2c3fa0211581cc82ea8e2d93d225fd7d.zip
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.
Diffstat (limited to 'source/nds/entry.h')
-rw-r--r--source/nds/entry.h7
1 files changed, 5 insertions, 2 deletions
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