OSD: Fix status view regression

This commit is contained in:
JordanTheToaster 2024-12-05 00:37:57 +00:00 committed by Ty
parent ac15b77f89
commit ac968f9a6a
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ void EmuThread::updatePerformanceMetrics(bool force)
} }
else 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(SaveStateSelectorUI::GetCurrentSlot())
.arg(SPU2::GetOutputVolume()) .arg(SPU2::GetOutputVolume())
.arg(gs_stat_str.c_str()) .arg(gs_stat_str.c_str())