aboutsummaryrefslogtreecommitdiff
path: root/src/DSi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSi.h')
-rw-r--r--src/DSi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DSi.h b/src/DSi.h
index 266b7b4..b2188d0 100644
--- a/src/DSi.h
+++ b/src/DSi.h
@@ -36,6 +36,9 @@ extern u64 ConsoleID;
extern DSi_SDHost* SDMMC;
extern DSi_SDHost* SDIO;
+extern FILE* SDMMCFile;
+extern FILE* SDIOFile;
+
const u32 NWRAMSize = 0x40000;
extern u8* NWRAM_A;
@@ -59,6 +62,8 @@ void SoftReset();
bool LoadBIOS();
bool LoadNAND();
+void CloseDSiNAND();
+
void RunNDMAs(u32 cpu);
void StallNDMAs();
bool NDMAsInMode(u32 cpu, u32 mode);