Scanline shader looks pretty nice now :#

This commit is contained in:
Themaister 2010-11-13 13:08:35 +01:00
parent 9296f76ef8
commit 13069e9022

View File

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