aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2020-11-11 13:38:05 +0100
committerRSDuck <rsduck@users.noreply.github.com>2020-11-11 13:38:05 +0100
commit62e3f41f20866388287329218810d2fd8cea3515 (patch)
tree8897e0f86f3ce3e23d8943de800f7da1a766cda1 /src/NDSCart.h
parent2720df965025b75a77656db523606dadbcbb6067 (diff)
delay savefile flush to the end of the frame
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);