aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 8528307..e0086c8 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -562,6 +562,12 @@ void LoadBIOS()
Running = true;
}
+void RelocateSave(const char* path, bool write)
+{
+ printf("SRAM: relocating to %s (write=%s)\n", path, write?"true":"false");
+ NDSCart::RelocateSave(path, write);
+}
+
void CalcIterationCycles()
{