mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
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()
|
void AdvancedWidget::OnBackendChanged()
|
||||||
{
|
{
|
||||||
|
m_backend_multithreading->setEnabled(g_Config.backend_info.bSupportsMultithreading);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AdvancedWidget::OnEmulationStateChanged(bool running)
|
void AdvancedWidget::OnEmulationStateChanged(bool running)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user