From e6c98506d1b53244610aaefa751bdeafdb65c50f Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Fri, 3 Oct 2025 14:01:38 -0700 Subject: [PATCH] Proper tick rate for Supervision. This is the actual framerate for the SV's screen. --- src/gui/presets.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 972d77e9c..c8d8ca449 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -328,7 +328,8 @@ void FurnaceGUI::initSystemPresets() { ENTRY( "Watara Supervision", { CH(DIV_SYSTEM_SUPERVISION, 1.0f, 0, "") - } + }, + "tickRate=50.81300813008130081301" ); CATEGORY_END;