diff options
Diffstat (limited to 'source/nds/entry.h')
-rw-r--r-- | source/nds/entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/entry.h b/source/nds/entry.h index 2d3f7db..0728768 100644 --- a/source/nds/entry.h +++ b/source/nds/entry.h @@ -7,7 +7,7 @@ extern "C" { void game_restart(void); - int load_gamepak(char* file); + int load_gamepak(const char* file); extern unsigned int AutoCPUFrequency; #ifdef __cplusplus |