mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #9125 from LazyBumHorse/win7
fix hanging window under Windows 7 in threaded video mode
This commit is contained in:
commit
d77488cd89
@ -1140,6 +1140,8 @@ void win32_check_window(bool *quit, bool *resize,
|
||||
unsigned *width, unsigned *height)
|
||||
{
|
||||
#if !defined(_XBOX)
|
||||
if (video_driver_is_threaded())
|
||||
ui_companion_win32.application->process_events();
|
||||
*quit = g_win32_quit;
|
||||
|
||||
if (g_win32_resized)
|
||||
|
Loading…
x
Reference in New Issue
Block a user