Don't immediately dismiss prelaunch if skip config is toggled

Prevents a situation where memcard is not init until restarting after the deferral change
This commit is contained in:
Irastris
2026-05-07 09:26:41 -04:00
parent 3968b67c5d
commit b11f3add06
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ SettingsWindow::SettingsWindow(bool prelaunch) : mPrelaunch(prelaunch) {
config_bool_select(leftPane, rightPane, getSettings().backend.skipPreLaunchUI,
{
.key = "Skip Dusk Main Menu",
.helpText = "When starting Dusk, skips the main menu and boots straight into the "
.helpText = "When starting Dusk, skip the main menu and boot straight into the "
"game if a disc image is available.",
});
config_bool_select(leftPane, rightPane, getSettings().game.hideTvSettingsScreen,