mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Retain dsp JIT setting when switching to HLE. Fixes issue 5691.
This commit is contained in:
@ -891,7 +891,8 @@ void CConfigMain::AudioSettingsChanged(wxCommandEvent& event)
|
|||||||
{
|
{
|
||||||
case ID_DSPENGINE:
|
case ID_DSPENGINE:
|
||||||
SConfig::GetInstance().m_LocalCoreStartupParameter.bDSPHLE = DSPEngine->GetSelection() == 0;
|
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();
|
ac_Config.Update();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user