mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Keep GBA carts loaded when booting to firmware
This commit is contained in:
@ -2065,6 +2065,12 @@ void OnRun(uiMenuItem* item, uiWindow* window, void* blarg)
|
|||||||
{
|
{
|
||||||
ROMPath[0][0] = '\0';
|
ROMPath[0][0] = '\0';
|
||||||
NDS::LoadBIOS();
|
NDS::LoadBIOS();
|
||||||
|
|
||||||
|
if (ROMPath[1][0] != '\0')
|
||||||
|
{
|
||||||
|
SetupSRAMPath(1);
|
||||||
|
NDS::LoadGBAROM(ROMPath[1], SRAMPath[1]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Run();
|
Run();
|
||||||
|
Reference in New Issue
Block a user