aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/entry.h')
-rw-r--r--source/nds/entry.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/source/nds/entry.h b/source/nds/entry.h
deleted file mode 100644
index e1646fb..0000000
--- a/source/nds/entry.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#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 ();
-
- void game_restart(void);
-
- int load_gamepak(const char* file);
-#ifdef __cplusplus
-}
-#endif
-
-const char *S9xGetFilename (const char *ex);