mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
fix crashes when inserting/ejecting GBA carts/addons with nothing loaded
This commit is contained in:
@ -752,11 +752,6 @@ void NDS::SetGBASave(const u8* savedata, u32 savelen)
|
||||
|
||||
}
|
||||
|
||||
void NDS::LoadGBAAddon(int type)
|
||||
{
|
||||
GBACartSlot.LoadAddon(UserData, type);
|
||||
}
|
||||
|
||||
void NDS::LoadBIOS()
|
||||
{
|
||||
Reset();
|
||||
|
Reference in New Issue
Block a user