aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.h
diff options
context:
space:
mode:
authorBassAceGold2013-02-06 02:04:39 -0500
committerNebuleon Fumika2013-02-06 02:05:03 -0500
commitea330e8f79c16894deda51509e769cbd02ff83df (patch)
tree8381b7cd37adefa1a606dd484bbc057b77e6498e /source/nds/entry.h
parent4ac61d443d5786db1b1e365e0005a1d5740183b0 (diff)
downloadsnesemu-ea330e8f79c16894deda51509e769cbd02ff83df.tar.gz
snesemu-ea330e8f79c16894deda51509e769cbd02ff83df.tar.bz2
snesemu-ea330e8f79c16894deda51509e769cbd02ff83df.zip
Fix settings not getting loaded with a ROM provided by plugin arguments.
Diffstat (limited to 'source/nds/entry.h')
-rw-r--r--source/nds/entry.h2
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