mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
shit.
This commit is contained in:
@ -1044,7 +1044,6 @@ 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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user