DolphinQt: Only enable the backend multithreading checkbox if the backend supports it
This commit is contained in:
parent
a6c00c7633
commit
94a77bc573
|
@ -197,6 +197,7 @@ void AdvancedWidget::SaveSettings()
|
|||
|
||||
void AdvancedWidget::OnBackendChanged()
|
||||
{
|
||||
m_backend_multithreading->setEnabled(g_Config.backend_info.bSupportsMultithreading);
|
||||
}
|
||||
|
||||
void AdvancedWidget::OnEmulationStateChanged(bool running)
|
||||
|
|
Loading…
Reference in New Issue