diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -240,6 +240,8 @@ void SetARM7RegionTimings(u32 addrstart, u32 addrend, u32 region, int buswidth, void SetConsoleType(int type); void LoadBIOS(); +bool IsLoadedARM9BIOSBuiltIn(); +bool IsLoadedARM7BIOSBuiltIn(); bool LoadCart(const u8* romdata, u32 romlen, const u8* savedata, u32 savelen); void LoadSave(const u8* savedata, u32 savelen); |