mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
(X11) Buildfix
This commit is contained in:
parent
4d7b627421
commit
304cd05dc6
@ -277,7 +277,7 @@ static bool get_video_mode(
|
||||
float minimum_fps_diff = 0.0f;
|
||||
XF86VidModeModeInfo **modes = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
bool black_frame_insertion = settings->bools.black_frame_insertion;
|
||||
bool black_frame_insertion = settings->bools.video_black_frame_insertion;
|
||||
float video_refresh_rate = settings->floats.video_refresh_rate;
|
||||
|
||||
XF86VidModeGetAllModeLines(dpy, DefaultScreen(dpy), &num_modes, &modes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user