From 68360817811c9fa7a98149677bc88ccee3151586 Mon Sep 17 00:00:00 2001 From: SuperrSonic Date: Sat, 4 Oct 2014 01:13:08 -0400 Subject: [PATCH] Added GX Deflicker option --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) 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;