mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-29 09:10:08 -06:00
* proper check for whether direct boot is required
* proof-of-concept cart insert/eject. it works!
This commit is contained in:
@ -240,6 +240,8 @@ void LoadBIOS();
|
||||
|
||||
bool LoadCart(const u8* romdata, u32 romlen, const u8* savedata, u32 savelen);
|
||||
void EjectCart();
|
||||
|
||||
bool NeedsDirectBoot();
|
||||
void SetupDirectBoot(std::string romname);
|
||||
|
||||
bool LoadGBACart(const u8* romdata, u32 romlen, const u8* savedata, u32 savelen);
|
||||
|
Reference in New Issue
Block a user