mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Retain dsp JIT setting when switching to HLE. Fixes issue 5691.
This commit is contained in:
parent
f1f212b51b
commit
e8c0fea16e
@ -891,7 +891,8 @@ void CConfigMain::AudioSettingsChanged(wxCommandEvent& event)
|
||||
{
|
||||
case ID_DSPENGINE:
|
||||
SConfig::GetInstance().m_LocalCoreStartupParameter.bDSPHLE = DSPEngine->GetSelection() == 0;
|
||||
ac_Config.m_EnableJIT = DSPEngine->GetSelection() == 1;
|
||||
if (!DSPEngine->GetSelection() == 0)
|
||||
ac_Config.m_EnableJIT = DSPEngine->GetSelection() == 1;
|
||||
ac_Config.Update();
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user