remove PostMessage call
This commit is contained in:
parent
37ce86839e
commit
b14b219be7
1 changed files with 0 additions and 1 deletions
|
@ -549,7 +549,6 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
|
|||
}
|
||||
|
||||
ReleaseSemaphore(g_ddraw->render.sem, 1, NULL);
|
||||
PostMessageA(g_ddraw->hwnd, WM_D3D9DEVICELOST, 0, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue