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