diff --git a/config.h b/config.h index 5f9ac0e897..1ffe5d783f 100644 --- a/config.h +++ b/config.h @@ -62,7 +62,7 @@ static const unsigned fullscreen_y = 1200; static const bool vsync = true; // Smooths picture -static const bool video_smooth = false; +static const bool video_smooth = true; // Path to custom Cg shader. If using custom shaders, it is recommended to disable video_smooth. static const char *cg_shader_path = "hqflt/scanline.cg";