Skip to content

Commit

Permalink
OSD: Fix Pause indicator not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz authored and F0bes committed Nov 5, 2024
1 parent d9e9cf8 commit 1a4e3ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pcsx2/ImGui/ImGuiOverlays.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a4e3ab

Please sign in to comment.