Frame interp: Dreamworks' Turbo (2013)

This commit is contained in:
Irastris
2026-04-14 21:58:44 -04:00
parent 75032296f4
commit d97fbb778b
4 changed files with 11 additions and 17 deletions
+2 -3
View File
@@ -185,10 +185,9 @@ namespace dusk {
}
if (ImGui::BeginMenu("Tools")) {
config::ImGuiCheckbox("Enable Turbo Key", getSettings().game.enableTurboKeybind);
config::ImGuiCheckbox("Turbo Key", getSettings().game.enableTurboKeybind);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Holding TAB will speed up the game.\n"
"This will not work with the \"Unlock Framerate\" enhancement.");
ImGui::SetTooltip("Hold TAB to increase game speed by up to 4x.");
}
ImGui::EndMenu();