From 1a4e3ab5815919c73485f8b56f005a37a2395d67 Mon Sep 17 00:00:00 2001 From: KamFretoZ <14798312+kamfretoz@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:41:12 +0700 Subject: [PATCH] OSD: Fix Pause indicator not showing up --- pcsx2/ImGui/ImGuiOverlays.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/pcsx2/ImGui/ImGuiOverlays.cpp b/pcsx2/ImGui/ImGuiOverlays.cpp index e4cd071e2b5fd..319f3d5a8f920 100644 --- a/pcsx2/ImGui/ImGuiOverlays.cpp +++ b/pcsx2/ImGui/ImGuiOverlays.cpp @@ -1133,9 +1133,6 @@ void SaveStateSelectorUI::ShowSlotOSDMessage() void ImGuiManager::RenderOverlays() { - if (VMManager::GetState() != VMState::Running) - return; - const float scale = ImGuiManager::GetGlobalScale(); const float margin = std::ceil(10.0f * scale); const float spacing = std::ceil(5.0f * scale);