mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
9fa4944536
commit
d43282c1ac
|
@ -167,7 +167,7 @@ bool GSSettingsDlg::OnCommand(HWND hWnd, UINT id, UINT code)
|
||||||
{
|
{
|
||||||
INT_PTR data;
|
INT_PTR data;
|
||||||
|
|
||||||
if(ComboBoxGetSelData(IDC_RESOLUTION, data))
|
if(!m_IsOpen2 && ComboBoxGetSelData(IDC_RESOLUTION, data))
|
||||||
{
|
{
|
||||||
const D3DDISPLAYMODE* mode = (D3DDISPLAYMODE*)data;
|
const D3DDISPLAYMODE* mode = (D3DDISPLAYMODE*)data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue