Qt: Fix performance counters showing up without VM

pull/3066/head
Stenzek 2 years ago
parent ba5d1a109e
commit 96d377a396
No known key found for this signature in database

@ -353,6 +353,8 @@ void EmuThread::checkForSettingsChanges(const Settings& old_settings)
if (g_main_window)
{
QMetaObject::invokeMethod(g_main_window, &MainWindow::checkForSettingChanges, Qt::QueuedConnection);
if (System::IsValid())
updatePerformanceCounters();
}

Loading…
Cancel
Save