mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-02 17:53:40 +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;
|
||||
|
||||
if (!win32_monitor_set_fullscreen(width, height, refresh, current_mon.szDevice))
|
||||
goto error;
|
||||
return false;
|
||||
|
||||
/* Display settings might have changed, get new coordinates. */
|
||||
GetMonitorInfo(hm_to_use, (MONITORINFO*)¤t_mon);
|
||||
|
Loading…
x
Reference in New Issue
Block a user