mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 15:27:41 +00:00
Added GX Deflicker option
This commit is contained in:
parent
482854f217
commit
6836081781
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user