Merge pull request #339 from TwilitRealm/feature/restore-dolby-for-builds

Restore Warning Screen behind Toggle
This commit is contained in:
TakaRikka
2026-04-12 13:43:21 -07:00
committed by GitHub
5 changed files with 28 additions and 5 deletions
+5
View File
@@ -53,6 +53,11 @@ namespace dusk {
ImGui::SetTooltip("Hides the TV calibration screen shown when loading a save.");
}
config::ImGuiCheckbox("Skip Warning Screen", getSettings().game.skipWarningScreen);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Skips the warning screen shown when loading the game.");
}
config::ImGuiCheckbox("Instant Saves", getSettings().game.instantSaves);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Skip the delay when writing to the Memory Card.");