mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Win32) Another buildfix
This commit is contained in:
parent
8d0e375de0
commit
d4f1b6d14a
@ -617,7 +617,7 @@ bool win32_set_video_mode(void *data,
|
|||||||
style = WS_POPUP | WS_VISIBLE;
|
style = WS_POPUP | WS_VISIBLE;
|
||||||
|
|
||||||
if (!win32_monitor_set_fullscreen(width, height, refresh, current_mon.szDevice))
|
if (!win32_monitor_set_fullscreen(width, height, refresh, current_mon.szDevice))
|
||||||
goto error;
|
return false;
|
||||||
|
|
||||||
/* Display settings might have changed, get new coordinates. */
|
/* Display settings might have changed, get new coordinates. */
|
||||||
GetMonitorInfo(hm_to_use, (MONITORINFO*)¤t_mon);
|
GetMonitorInfo(hm_to_use, (MONITORINFO*)¤t_mon);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user