aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.cpp
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.cpp
parent4ac61d443d5786db1b1e365e0005a1d5740183b0 (diff)
downloadsnes9x2005-ea330e8f79c16894deda51509e769cbd02ff83df.tar.gz
snes9x2005-ea330e8f79c16894deda51509e769cbd02ff83df.tar.bz2
snes9x2005-ea330e8f79c16894deda51509e769cbd02ff83df.zip
Fix settings not getting loaded with a ROM provided by plugin arguments.
Diffstat (limited to 'source/nds/entry.cpp')
-rw-r--r--source/nds/entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/entry.cpp b/source/nds/entry.cpp
index 5cca41e..8b1724e 100644
--- a/source/nds/entry.cpp
+++ b/source/nds/entry.cpp
@@ -499,7 +499,7 @@ void game_restart(void)
S9xReset ();
}
-int load_gamepak(char* file)
+int load_gamepak(const char* file)
{
CPU.Flags = 0;
// mdelay(50); // Delete this delay