melonDS-emu / melonDS

DS emulator, sorta
https://melonds.kuribo64.net
GNU General Public License v3.0
2.99k stars 497 forks source link

Fix for startup-crash in DSi mode #1982

Open DesperateProgrammer opened 4 months ago

DesperateProgrammer commented 4 months ago

When configured DSi bios files or NAND image could not be loaded. MelonDS is crashing dereferencing a nullptr when DSi mode is still active.

This patch changes the emulation target to NDS Mode, if any of the required DSi files could not be loaded.