mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
Ensure that the new firmware is installed when resetting (#1834)
- It might have been changed in the settings
This commit is contained in:

committed by
GitHub

parent
6ca02aab2c
commit
7d4a7969d9
@ -593,6 +593,8 @@ void Reset()
|
||||
NDS::SetConsoleType(Config::ConsoleType);
|
||||
if (Config::ConsoleType == 1) EjectGBACart();
|
||||
LoadBIOSFiles();
|
||||
|
||||
InstallFirmware();
|
||||
NDS::Reset();
|
||||
SetBatteryLevels();
|
||||
|
||||
|
Reference in New Issue
Block a user