mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-14 06:40:48 +00:00
(Win32) Blind coding sure sucks
This commit is contained in:
parent
d4f1b6d14a
commit
95c1d4d53b
@ -636,7 +636,7 @@ bool win32_set_video_mode(void *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!win32_window_create(NULL, style, &mon_rect, width, height, fullscreen))
|
if (!win32_window_create(NULL, style, &mon_rect, width, height, fullscreen))
|
||||||
goto error;
|
return false;
|
||||||
|
|
||||||
if (!fullscreen || windowed_full)
|
if (!fullscreen || windowed_full)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user