Deflicker stuff
This commit is contained in:
parent
6836081781
commit
e4ed9f098d
1
driver.c
1
driver.c
|
@ -1184,6 +1184,7 @@ static void init_video_input(void)
|
||||||
video.force_aspect = g_settings.video.force_aspect;
|
video.force_aspect = g_settings.video.force_aspect;
|
||||||
#ifdef GEKKO
|
#ifdef GEKKO
|
||||||
video.viwidth = g_settings.video.viwidth;
|
video.viwidth = g_settings.video.viwidth;
|
||||||
|
video.vfilter = g_settings.video.vfilter;
|
||||||
#endif
|
#endif
|
||||||
video.smooth = g_settings.video.smooth;
|
video.smooth = g_settings.video.smooth;
|
||||||
video.input_scale = scale;
|
video.input_scale = scale;
|
||||||
|
|
Loading…
Reference in New Issue