diff options
Diffstat (limited to 'src/DSi.h')
-rw-r--r-- | src/DSi.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |