Properly init/deinit the GBA slot

This commit is contained in:
Raphaël Zumer
2019-12-08 15:30:56 -05:00
parent d86ee1d5bf
commit 968768042e
2 changed files with 18 additions and 0 deletions

View File

@ -135,6 +135,7 @@ void SetARM9RegionTimings(u32 addrstart, u32 addrend, int buswidth, int nonseq,
void SetARM7RegionTimings(u32 addrstart, u32 addrend, int buswidth, int nonseq, int seq);
bool LoadROM(const char* path, const char* sram, bool direct);
bool LoadGBAROM(const char* path, const char* sram);
void LoadBIOS();
void SetupDirectBoot();
void RelocateSave(const char* path, bool write);