mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(WndProcCommon) Put this back in
This commit is contained in:
parent
df4f2a67e3
commit
9a49da10e5
@ -633,6 +633,7 @@ static LRESULT CALLBACK WndProcCommon(bool *quit, HWND hwnd, UINT message,
|
||||
DragFinish((HDROP)wparam);
|
||||
break;
|
||||
case WM_CHAR:
|
||||
*quit = true;
|
||||
{
|
||||
uint16_t mod = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user