aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/Util_ROM.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-04-27 22:32:33 +0200
committerArisotura <thetotalworm@gmail.com>2020-04-27 22:32:33 +0200
commit3c883a2152c699b432c951b3498a1adc3d4c21b1 (patch)
treece44dc894d6bd499d7d4b901f9c1e3e60fbcda08 /src/frontend/Util_ROM.cpp
parent931da1c66fb50138109f8bf4cb157db8f1e79c64 (diff)
hey look, it runs shit now!
Diffstat (limited to 'src/frontend/Util_ROM.cpp')
-rw-r--r--src/frontend/Util_ROM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/Util_ROM.cpp b/src/frontend/Util_ROM.cpp
index 574148b..ffee69a 100644
--- a/src/frontend/Util_ROM.cpp
+++ b/src/frontend/Util_ROM.cpp
@@ -57,7 +57,7 @@ void SetupSRAMPath(int slot)
strncpy(SRAMPath[slot] + strlen(ROMPath[slot]) - 3, "sav", 3);
}
-bool LoadROM(char* file, int slot)
+bool LoadROM(const char* file, int slot)
{
char oldpath[1024];
char oldsram[1024];