fuck every aspect of this

This commit is contained in:
Arisotura 2024-06-04 11:16:45 +02:00
parent 5378be51c4
commit 6b2209ea72
1 changed files with 4 additions and 0 deletions

View File

@ -1044,6 +1044,7 @@ bool EmuInstance::updateConsole(UpdateConsoleNDSArgs&& _ndsargs, UpdateConsoleGB
return false;
auto arm7bios = loadARM7BIOS();
printf("loaded ARM7 BIOS: %p %d\n", arm7bios->data(), arm7bios->size());
if (!arm7bios)
return false;
@ -1108,6 +1109,9 @@ bool EmuInstance::updateConsole(UpdateConsoleNDSArgs&& _ndsargs, UpdateConsoleGB
auto sdcard = loadSDCard("DSi.SD");
// FIXME!!! this operation fucking OBLITERATES THE DS BIOS
// yes, it somehow makes the std::array null.
// so in the end if you start in DSi mode... crash.
DSiArgs args {
std::move(ndsargs),
std::move(arm9ibios),