instant saves as a toggle instead of default

This commit is contained in:
madeline
2026-04-07 21:39:28 -07:00
parent f58342ef12
commit de06bee27a
4 changed files with 13 additions and 8 deletions
+5
View File
@@ -52,6 +52,11 @@ namespace dusk {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Hides the TV calibration screen shown when loading a save");
}
config::ImGuiCheckbox("Instant Saves", getSettings().game.instantSaves);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Skip the delay when writing to the Memory Card");
}
ImGui::EndMenu();
}