Retain dsp JIT setting when switching to HLE. Fixes issue 5691.
This commit is contained in:
parent
f1f212b51b
commit
e8c0fea16e
|
@ -891,6 +891,7 @@ void CConfigMain::AudioSettingsChanged(wxCommandEvent& event)
|
|||
{
|
||||
case ID_DSPENGINE:
|
||||
SConfig::GetInstance().m_LocalCoreStartupParameter.bDSPHLE = DSPEngine->GetSelection() == 0;
|
||||
if (!DSPEngine->GetSelection() == 0)
|
||||
ac_Config.m_EnableJIT = DSPEngine->GetSelection() == 1;
|
||||
ac_Config.Update();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue