diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -197,7 +197,9 @@ void SetARM7RegionTimings(u32 addrstart, u32 addrend, int buswidth, int nonseq, void SetConsoleType(int type); bool LoadROM(const char* path, const char* sram, bool direct); +bool LoadROM(const u8* romdata, u32 filelength, const char *sram, bool direct); bool LoadGBAROM(const char* path, const char* sram); +bool LoadGBAROM(const u8* romdata, u32 filelength, const char *filename, const char *sram); void LoadBIOS(); void SetupDirectBoot(); void RelocateSave(const char* path, bool write); |