From 968768042eae94f6965ecda5beedba8b8cf172e9 Mon Sep 17 00:00:00 2001 From: Raphaƫl Zumer Date: Sun, 8 Dec 2019 15:30:56 -0500 Subject: Properly init/deinit the GBA slot --- src/NDS.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/NDS.h') diff --git a/src/NDS.h b/src/NDS.h index 3243337..16c42ef 100644 --- a/src/NDS.h +++ b/src/NDS.h @@ -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); -- cgit v1.2.3