* proper check for whether direct boot is required

* proof-of-concept cart insert/eject. it works!
This commit is contained in:
Arisotura
2022-01-02 15:09:09 +01:00
parent 56407d5516
commit 18c7629451
8 changed files with 108 additions and 101 deletions

View File

@ -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);