mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
One little fix to a bug with r3193 .
Something i spent ages wondering why wasn't working properly XD git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3194 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -651,7 +651,7 @@ void CISOProperties::LoadGameConfig()
|
||||
else
|
||||
UseXFB->Set3StateValue(wxCHK_UNDETERMINED);
|
||||
|
||||
if (GameIni.Get("HLEsound", "UseRE0Fix", &bTemp))
|
||||
if (GameIni.Get("HLEaudio", "UseRE0Fix", &bTemp))
|
||||
UseRE0Fix->Set3StateValue((wxCheckBoxState)bTemp);
|
||||
else
|
||||
UseRE0Fix->Set3StateValue(wxCHK_UNDETERMINED);
|
||||
|
Reference in New Issue
Block a user