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:
parent
941ca9d46c
commit
55b5637808
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue