mirror of https://github.com/PCSX2/pcsx2.git
GSDumpGUI: Close when GSdx window is hidden.
The plugin hides the window on WM_CLOSE (wnd x button) and does not post quit message.
This commit is contained in:
parent
b245b06959
commit
0d6b9e9570
|
@ -262,7 +262,7 @@ namespace GSDumpGUI
|
|||
}
|
||||
}
|
||||
|
||||
if (!Running)
|
||||
if (!Running || !NativeMethods.IsWindowVisible(hWnd))
|
||||
break;
|
||||
|
||||
if (DebugMode)
|
||||
|
|
Loading…
Reference in New Issue