mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
vg.c - buildfix
This commit is contained in:
parent
89f0c4211c
commit
c2d7b330aa
@ -135,7 +135,7 @@ static void *vg_init(const video_info_t *video, const input_driver_t **input, vo
|
||||
mode.height = win_height;
|
||||
mode.fullscreen = video->fullscreen;
|
||||
|
||||
if !(gfx_ctx_ctl(GFX_CTL_SET_VIDEO_MODE, &mode))
|
||||
if (!gfx_ctx_ctl(GFX_CTL_SET_VIDEO_MODE, &mode))
|
||||
goto error;
|
||||
|
||||
video_driver_get_size(&temp_width, &temp_height);
|
||||
|
Loading…
Reference in New Issue
Block a user