mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
DolphinQt: Only enable the backend multithreading checkbox if the backend supports it
This commit is contained in:
parent
a6c00c7633
commit
94a77bc573
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue