diff --git a/pcsx2-qt/QtHost.cpp b/pcsx2-qt/QtHost.cpp index 4fed1d4e8c..32ed016004 100644 --- a/pcsx2-qt/QtHost.cpp +++ b/pcsx2-qt/QtHost.cpp @@ -998,7 +998,7 @@ void EmuThread::updatePerformanceMetrics(bool force) QString gs_stat; if (THREAD_VU1) { - gs_stat = tr("Slot: %1 | Volume: %2% | %3 |EE: %4% | VU: %5% | GS: %6%") + gs_stat = tr("Slot: %1 | Volume: %2% | %3 | EE: %4% | VU: %5% | GS: %6%") .arg(SaveStateSelectorUI::GetCurrentSlot()) .arg(SPU2::GetOutputVolume()) .arg(gs_stat_str.c_str())