Deflicker stuff

This commit is contained in:
SuperrSonic 2014-10-04 01:26:00 -04:00
parent 6836081781
commit e4ed9f098d
1 changed files with 1 additions and 0 deletions

View File

@ -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;