From 0fe0c6c6532ed9d51d731ea113679668abf6170b Mon Sep 17 00:00:00 2001 From: flyinghead Date: Thu, 28 Jan 2021 18:57:04 +0100 Subject: [PATCH] gl: crosshair not displaying without fps cpunter or vmu --- core/rend/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rend/gui.cpp b/core/rend/gui.cpp index e86fe7799..f68285c3b 100644 --- a/core/rend/gui.cpp +++ b/core/rend/gui.cpp @@ -2005,7 +2005,7 @@ void gui_display_osd() if (message.empty()) message = getFPSNotification(); - if (!message.empty() || settings.rend.FloatVMUs) + if (!message.empty() || settings.rend.FloatVMUs || crosshairsNeeded()) { ImGui_Impl_NewFrame(); ImGui::NewFrame();