direct boot! huzzah. big brain shito

This commit is contained in:
Arisotura
2022-01-02 03:19:13 +01:00
parent 2bf502b90a
commit 56407d5516

View File

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