Remove skipWarningScreen config option, always skip logos

This commit is contained in:
Irastris
2026-05-05 16:27:37 -04:00
parent 5ca0a2ba06
commit eaf3bc2f40
5 changed files with 2 additions and 26 deletions
-5
View File
@@ -849,11 +849,6 @@ SettingsWindow::SettingsWindow(bool prelaunch) : mPrelaunch(prelaunch) {
.key = "Skip TV Settings Screen",
.helpText = "Skips the TV calibration screen shown when loading a save.",
});
config_bool_select(leftPane, rightPane, getSettings().game.skipWarningScreen,
{
.key = "Skip Warning Screen",
.helpText = "Skips the warning screen shown when starting the game.",
});
config_bool_select(leftPane, rightPane, getSettings().backend.showPipelineCompilation,
{
.key = "Show Pipeline Compilation",