From ece9c7f2d257a56e5e3aa03e6985e2fcec64051e Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Thu, 17 Sep 2015 05:32:15 +0300 Subject: [PATCH] GS window title: remove "align" space at fps value. This value doesn't fluctuate frequently between 2/3 digits, so there's no need for alignment, and it also saves some space most of the time. --- pcsx2/gui/FrameForGS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/FrameForGS.cpp b/pcsx2/gui/FrameForGS.cpp index 8b34fcd1b4..2e5ea34962 100644 --- a/pcsx2/gui/FrameForGS.cpp +++ b/pcsx2/gui/FrameForGS.cpp @@ -593,7 +593,7 @@ void GSFrame::OnUpdateTitle( wxTimerEvent& evt ) const u64& smode2 = *(u64*)PS2GS_BASE(GS_SMODE2); - SetTitle( pxsFmt( L"%s | %ls (%ls) | Limiter: %ls | Speed: %3d%% (%6.02f)%ls | State %d", + SetTitle( pxsFmt( L"%s | %ls (%ls) | Limiter: %ls | Speed: %3d%% (%.02f)%ls | State %d", WX_STR(fromUTF8(gsDest)), (smode2 & 1) ? L"Interlaced" : L"Progressive", (smode2 & 2) ? L"frame" : L"field",