mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -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);
|
||||
if (res)
|
||||
{
|
||||
if (Config::DirectBoot)
|
||||
{
|
||||
NDS::SetupDirectBoot(romname);
|
||||
}
|
||||
}
|
||||
|
||||
delete[] savedata;
|
||||
delete[] filedata;
|
||||
|
Reference in New Issue
Block a user