take all the SDMMC shit further. now it's completing MMC init and trying to read shit.

This commit is contained in:
Arisotura
2019-06-18 14:12:37 +02:00
parent 6c75275593
commit dc3c9f5bf8
4 changed files with 218 additions and 11 deletions

View File

@ -20,12 +20,17 @@
#define DSI_H
#include "NDS.h"
#include "DSi_SD.h"
namespace DSi
{
extern u8 eMMC_CID[16];
extern DSi_SDHost* SDMMC;
extern DSi_SDHost* SDIO;
bool Init();
void DeInit();
void Reset();