aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-01-28 21:32:29 +0100
committerGitHub <noreply@github.com>2020-01-28 21:32:29 +0100
commit12732aa51b25a3a952b2ef554fda18168111cdd0 (patch)
treef4b659c84263259a811b842d2dc51af9b801d6ff /src/NDS.h
parent3984491ccec4630091bbb178c7c0b22aa4e5e937 (diff)
parent22d11209b0466e3c852da543ddfc512b66735bc2 (diff)
Merge pull request #550 from rzumer/slot2
Support GBA game cartridges for DS connectivity
Diffstat (limited to 'src/NDS.h')
-rw-r--r--src/NDS.h1
1 files changed, 1 insertions, 0 deletions
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);