one more try for the Esc Hack. works perfect with GSdx DX9. Fully exits fullscreen/windowed GSdx, and console. (make sure you uncheck Lilypad's ESC hacks!!!)

if it doesn't work with dx10 gsdx, then just don't use the hack. i don't have vista to test out the problem.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@113 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-09-10 18:15:58 +00:00 committed by Gregory Hainaut
parent a59cb8ed50
commit e27fa9651c
1 changed files with 3 additions and 6 deletions

View File

@ -622,13 +622,10 @@ void CALLBACK KeyEvent(keyEvent* ev)
#endif
if (CHECK_ESCAPE_HACK) {
//ClosePlugins();
//SysClose();
PostMessage(GetForegroundWindow(), WM_CLOSE, 0, 0);
//ReleasePlugins();
//needReset = 1;
//efile = 0;
//exit(0);
ClosePlugins();
//SysClose();
exit(0);
}
else {
ClosePlugins();