mirror of https://github.com/PCSX2/pcsx2.git
OSD: Fix status view regression
This commit is contained in:
parent
ac15b77f89
commit
ac968f9a6a
|
@ -1008,7 +1008,7 @@ void EmuThread::updatePerformanceMetrics(bool force)
|
|||
}
|
||||
else
|
||||
{
|
||||
gs_stat = tr("Slot: %1 | Volume: %2% | 3% | EE: %4% | GS: %5%")
|
||||
gs_stat = tr("Slot: %1 | Volume: %2% | %3 | EE: %4% | GS: %5%")
|
||||
.arg(SaveStateSelectorUI::GetCurrentSlot())
|
||||
.arg(SPU2::GetOutputVolume())
|
||||
.arg(gs_stat_str.c_str())
|
||||
|
|
Loading…
Reference in New Issue