Added GX Deflicker option

This commit is contained in:
SuperrSonic 2014-10-04 01:13:08 -04:00
parent 482854f217
commit 6836081781

View File

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