mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-18 08:55:46 -04:00
Fixed soft reset for themes
This commit is contained in:
parent
4991ce756b
commit
f775a22fc9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@ build
|
||||
themes
|
||||
package
|
||||
data/load.bin
|
||||
.vscode
|
||||
*.elf
|
||||
*.nds
|
||||
*.dsi
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user