From 1a98cacee84c05b54744de8d7dfbb9b19e8544b6 Mon Sep 17 00:00:00 2001 From: SuperrSonic Date: Sat, 4 Oct 2014 01:27:38 -0400 Subject: [PATCH] Deflicker stuff --- driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/driver.h b/driver.h index 5319c370e6..6eb40dad68 100644 --- a/driver.h +++ b/driver.h @@ -170,6 +170,7 @@ typedef struct video_info bool vsync; bool force_aspect; unsigned viwidth; + bool vfilter; bool smooth; /* Maximum input size: RARCH_SCALE_BASE * input_scale */ unsigned input_scale;