From 13069e90226f21bea7c694fcb471b3d3f8f7def9 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 13 Nov 2010 13:08:35 +0100 Subject: [PATCH] Scanline shader looks pretty nice now :# --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";