Ensure that the new firmware is installed when resetting (#1834)

- It might have been changed in the settings
This commit is contained in:
Jesse Talavera-Greenberg 2023-09-21 07:54:17 -04:00 committed by GitHub
parent 6ca02aab2c
commit 7d4a7969d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -593,6 +593,8 @@ void Reset()
NDS::SetConsoleType(Config::ConsoleType);
if (Config::ConsoleType == 1) EjectGBACart();
LoadBIOSFiles();
InstallFirmware();
NDS::Reset();
SetBatteryLevels();