GSdx: Crash on config ok'd fixed.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2531 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-01-28 04:44:07 +00:00
parent 9fa4944536
commit d43282c1ac
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ bool GSSettingsDlg::OnCommand(HWND hWnd, UINT id, UINT code)
{
INT_PTR data;
if(ComboBoxGetSelData(IDC_RESOLUTION, data))
if(!m_IsOpen2 && ComboBoxGetSelData(IDC_RESOLUTION, data))
{
const D3DDISPLAYMODE* mode = (D3DDISPLAYMODE*)data;