From fe2306b1f0f7dd64cbc9aa8eb12269715ba799b5 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 29 Aug 2026 15:37:23 +1000 Subject: [PATCH] ImGuiManager: Tweak OSD fade in time --- src/util/imgui_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/imgui_manager.cpp b/src/util/imgui_manager.cpp index bfbe7f700..f4cd7585a 100644 --- a/src/util/imgui_manager.cpp +++ b/src/util/imgui_manager.cpp @@ -119,7 +119,7 @@ static void DestroySoftwareCursorTextures(); static void DrawSoftwareCursor(const SoftwareCursor& sc, const std::pair& pos); static std::optional MapHostKeyEventToImGuiKey(u32 key); -static constexpr float OSD_FADE_IN_TIME = 0.1f; +static constexpr float OSD_FADE_IN_TIME = 0.2f; static constexpr float OSD_FADE_OUT_TIME = 0.4f; static constexpr std::array(LanguageFont::MaxCount)> LANGUAGE_FONT_NAMES = {{