fuck every aspect of this
This commit is contained in:
parent
5378be51c4
commit
6b2209ea72
|
@ -1044,6 +1044,7 @@ bool EmuInstance::updateConsole(UpdateConsoleNDSArgs&& _ndsargs, UpdateConsoleGB
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
auto arm7bios = loadARM7BIOS();
|
auto arm7bios = loadARM7BIOS();
|
||||||
|
printf("loaded ARM7 BIOS: %p %d\n", arm7bios->data(), arm7bios->size());
|
||||||
if (!arm7bios)
|
if (!arm7bios)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
@ -1108,6 +1109,9 @@ bool EmuInstance::updateConsole(UpdateConsoleNDSArgs&& _ndsargs, UpdateConsoleGB
|
||||||
|
|
||||||
auto sdcard = loadSDCard("DSi.SD");
|
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 {
|
DSiArgs args {
|
||||||
std::move(ndsargs),
|
std::move(ndsargs),
|
||||||
std::move(arm9ibios),
|
std::move(arm9ibios),
|
||||||
|
|
Loading…
Reference in New Issue