Host: Purge C format string error overloads

This commit is contained in:
Stenzek
2024-07-19 13:45:33 +10:00
parent 00ccea84b8
commit ca2a8f1e1f
3 changed files with 1 additions and 22 deletions

View File

@ -1266,7 +1266,7 @@ void EmuThread::changeDiscFromPlaylist(quint32 index)
return;
if (!System::SwitchMediaSubImage(index))
Host::ReportFormattedErrorAsync("Error", "Failed to switch to subimage %u", index);
errorReported(tr("Error"), tr("Failed to switch to subimage %1").arg(index));
}
void EmuThread::setCheatEnabled(quint32 index, bool enabled)