mirror of https://github.com/PCSX2/pcsx2.git
OSD: Fix Pause indicator not showing up
This commit is contained in:
parent
d9e9cf8967
commit
1a4e3ab581
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue