mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix hanging window under Windows 7 with threaded video
This commit is contained in:
parent
801b0742d8
commit
208d23b39d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue