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);