mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix Verbose Status Formatting
This commit is contained in:
parent
7ef293744a
commit
5bf3166832
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue