aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-08-04 16:46:02 +0200
committerArisotura <thetotalworm@gmail.com>2019-08-04 16:46:02 +0200
commit36c741241a3efbfeb81a447c53917b1ab586fe73 (patch)
treeb1c634acbdb4832679fda408d5179efaf0a90336 /src/NDSCart.h
parenta9f36929e05e40abc9e91567443199b07530638f (diff)
support DSi-mode carts
except they need to have the DSi-mode shit encrypted
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r--src/NDSCart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h
index 0dc4220..05516d7 100644
--- a/src/NDSCart.h
+++ b/src/NDSCart.h
@@ -47,6 +47,8 @@ void DoSavestate(Savestate* file);
bool LoadROM(const char* path, const char* sram, bool direct);
void RelocateSave(const char* path, bool write);
+void ResetCart();
+
void WriteROMCnt(u32 val);
u32 ReadROMData();