diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-01-28 21:32:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 21:32:29 +0100 |
commit | 12732aa51b25a3a952b2ef554fda18168111cdd0 (patch) | |
tree | f4b659c84263259a811b842d2dc51af9b801d6ff /src/NDS.h | |
parent | 3984491ccec4630091bbb178c7c0b22aa4e5e937 (diff) | |
parent | 22d11209b0466e3c852da543ddfc512b66735bc2 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |