aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-10-24 00:24:36 +0200
committerStapleButter <thetotalworm@gmail.com>2018-10-24 00:24:36 +0200
commit8b4ba2d8b9833fec88df8a3549af30b3ec704469 (patch)
tree747b85790f771ed8f750f0291553eb3ba9216547 /src/NDSCart.h
parent1edf2aed3b4c0e02d5a094d04d337578d4f967b9 (diff)
separate SRAM setting coded, I guess
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r--src/NDSCart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h
index ee6ebdb..ac8f8fe 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -45,7 +45,7 @@ void Reset();
void DoSavestate(Savestate* file);
bool LoadROM(const char* path, const char* sram, bool direct);
-void RelocateSave(const char* path);
+void RelocateSave(const char* path, bool write);
void WriteROMCnt(u32 val);
u32 ReadROMData();