aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2020-12-19 17:43:53 +0000
committerGitHub <noreply@github.com>2020-12-19 17:43:53 +0000
commitdf190b04000a8a3c5052de3fd695f6c26892f353 (patch)
tree85c53cda9b5e6c73dcfb82f97272e509f023788b /src/NDSCart.h
parentd6cade25f4ac6b2ebac9d4830ab7b10294bc4c89 (diff)
parent659dc58d4d8290d8ef1930d9f21007c0ec4c3739 (diff)
Merge branch 'master' into feature/zip-support
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r--src/NDSCart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h
index 9fe916d..7d3f4a1 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -46,6 +46,9 @@ void DoSavestate(Savestate* file);
void DecryptSecureArea(u8* out);
bool LoadROM(const char* path, const char* sram, bool direct);
+
+void FlushSRAMFile();
+
void RelocateSave(const char* path, bool write);
int ImportSRAM(const u8* data, u32 length);