mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DolphinQt: Only enable the backend multithreading checkbox if the backend supports it
This commit is contained in:
@@ -197,6 +197,7 @@ void AdvancedWidget::SaveSettings()
|
||||
|
||||
void AdvancedWidget::OnBackendChanged()
|
||||
{
|
||||
m_backend_multithreading->setEnabled(g_Config.backend_info.bSupportsMultithreading);
|
||||
}
|
||||
|
||||
void AdvancedWidget::OnEmulationStateChanged(bool running)
|
||||
|
||||
Reference in New Issue
Block a user