mirror of https://github.com/PCSX2/pcsx2.git
LilyPad: Oops...Forgot to copy two lines. Don't think they're really needed, but can't hurt.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2590 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
3a725ee6f6
commit
cd5c262e7f
|
@ -48,6 +48,8 @@ void WndProcEater::Release() {
|
|||
RemoveProp( hWndEaten, L"LilyHaxxor" );
|
||||
if (hWndEaten && IsWindow(hWndEaten)) {
|
||||
SetWindowLongPtr(hWndEaten, GWLP_WNDPROC, (LONG_PTR)eatenWndProc);
|
||||
hWndEaten = 0;
|
||||
eatenWndProc = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue