From 5e4e8ded975433afc2b53ed46b5bb467630282c3 Mon Sep 17 00:00:00 2001 From: cdozdil Date: Sun, 15 Mar 2026 19:10:59 +0300 Subject: [PATCH] Added help marker for FT input --- OptiScaler/menu/menu_common.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OptiScaler/menu/menu_common.cpp b/OptiScaler/menu/menu_common.cpp index b6f93425..d4fb2441 100644 --- a/OptiScaler/menu/menu_common.cpp +++ b/OptiScaler/menu/menu_common.cpp @@ -3245,6 +3245,9 @@ bool MenuCommon::RenderMenu() ImGui::PopItemWidth(); + ShowHelpMarker("Select source for frametime\n" + "Might help frame pacing and stutter issues"); + const auto isUsingUIAny = fgOutput->IsUsingUIAny(); ImGui::BeginDisabled(!isUsingUIAny);