Fixed soft reset for themes

This commit is contained in:
Kei 2024-12-14 21:30:24 +00:00
parent 4991ce756b
commit f775a22fc9
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ build
themes
package
data/load.bin
.vscode
*.elf
*.nds
*.dsi

View File

@ -608,7 +608,7 @@ void cMainWnd::setParam(void) {
gs().uiName = uiNames[uiIndexAfter];
gs().langDirectory = langNames[langIndexAfter];
gs().saveSettings();
HomebrewLauncher().launchRom("/akmenu4.nds", "", 0, 0, 0);
HomebrewLauncher().launchRom("/BOOT.NDS", "", 0, 0, 0);
}
}
@ -618,7 +618,7 @@ void cMainWnd::setParam(void) {
if (ID_YES == ret) {
gs().langDirectory = langNames[langIndexAfter];
gs().saveSettings();
HomebrewLauncher().launchRom("/akmenu4.nds", "", 0, 0, 0);
HomebrewLauncher().launchRom("/BOOT.NDS", "", 0, 0, 0);
}
}