diff --git a/config.def.h b/config.def.h index 780da0552d..85fbc37934 100644 --- a/config.def.h +++ b/config.def.h @@ -390,6 +390,9 @@ static const bool video_shared_context = false; /* Sets GC/Wii screen width. */ static const unsigned video_viwidth = 640; +/* Removes 480i flicker, smooths picture a little. */ +static const bool video_vfilter = true; + /* Smooths picture. */ static const bool video_smooth = true;