aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.h
blob: a6bd350366c21c0d50ba5c83f3c5a996c4b8ab39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifdef __cplusplus
extern "C" {
#endif
	int game_load_state(char* file);
	int game_save_state(char* file);
	void S9xAutoSaveSRAM ();

	void game_restart(void);

	int load_gamepak(char* file);
#ifdef __cplusplus
}
#endif

const char *S9xGetFilename (const char *ex);