aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r--src/NDSCart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h
index 7d3f4a1..a108eb9 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -46,6 +46,7 @@ void DoSavestate(Savestate* file);
void DecryptSecureArea(u8* out);
bool LoadROM(const char* path, const char* sram, bool direct);
+bool LoadROM(const u8* romdata, u32 filelength, const char *sram, bool direct);
void FlushSRAMFile();