mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
fix hanging window under Windows 7 with threaded video
This commit is contained in:
parent
801b0742d8
commit
208d23b39d
@ -1140,6 +1140,8 @@ void win32_check_window(bool *quit, bool *resize,
|
|||||||
unsigned *width, unsigned *height)
|
unsigned *width, unsigned *height)
|
||||||
{
|
{
|
||||||
#if !defined(_XBOX)
|
#if !defined(_XBOX)
|
||||||
|
if (video_driver_is_threaded())
|
||||||
|
ui_companion_win32.application->process_events();
|
||||||
*quit = g_win32_quit;
|
*quit = g_win32_quit;
|
||||||
|
|
||||||
if (g_win32_resized)
|
if (g_win32_resized)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user