mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
direct boot! huzzah. big brain shito
This commit is contained in:
@ -354,6 +354,13 @@ bool LoadROM(QStringList filepath, bool reset)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool res = NDS::LoadCart(filedata, filelen, savedata, savelen);
|
bool res = NDS::LoadCart(filedata, filelen, savedata, savelen);
|
||||||
|
if (res)
|
||||||
|
{
|
||||||
|
if (Config::DirectBoot)
|
||||||
|
{
|
||||||
|
NDS::SetupDirectBoot(romname);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
delete[] savedata;
|
delete[] savedata;
|
||||||
delete[] filedata;
|
delete[] filedata;
|
||||||
|
Reference in New Issue
Block a user