mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
ImGuiOverlays: Fix bold with ICache enabled
This commit is contained in:
@@ -507,7 +507,7 @@ void ImGuiManager::DrawPerformanceOverlay(const GPUBackend* gpu, float& position
|
||||
text.append_format("{}{}", first ? "" : "/", "ME");
|
||||
}
|
||||
|
||||
text.append("]:\x03 ");
|
||||
text.append("]:\x01 ");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user