add support for SPI shutdown, btw

This commit is contained in:
StapleButter
2017-09-21 03:59:12 +02:00
parent 0aa3434ec7
commit 495d0ba12d
8 changed files with 34 additions and 5 deletions

View File

@ -104,6 +104,7 @@ extern u8 MainRAM[0x400000];
bool Init();
void DeInit();
void Reset();
void Stop();
void LoadROM(const char* path, bool direct);
void LoadBIOS();