Update GSSettingsDlg.cpp

Just add the OGL shader ini params to the file when the user enables post-processing In the options dialog.
This commit is contained in:
Kieran Hanrahan 2014-11-11 00:01:31 +00:00
parent cf5da56390
commit 7adc7c4833
1 changed files with 4 additions and 0 deletions

View File

@ -169,6 +169,10 @@ void GSSettingsDlg::OnInit()
// External FX shader
CheckDlgButton(m_hWnd, IDC_SHADER_FX, theApp.GetConfig("shaderfx", 0));
// External FX Shader(OpenGL)
theApp.SetConfig("shaderfx_conf", "GSdx_FX_Settings.ini");
theApp.SetConfig("shaderfx_glsl", "shader.fx");
// Hacks
CheckDlgButton(m_hWnd, IDC_HACKS_ENABLED, theApp.GetConfig("UserHacks", 0));