ImGuiOverlays: Fix bold with ICache enabled

This commit is contained in:
Stenzek
2025-11-24 19:19:32 +10:00
parent d4e2f4fb93
commit 795e2d2735

View File

@@ -507,7 +507,7 @@ void ImGuiManager::DrawPerformanceOverlay(const GPUBackend* gpu, float& position
text.append_format("{}{}", first ? "" : "/", "ME");
}
text.append("]:\x03 ");
text.append("]:\x01 ");
}
else
{