Reduces barrel distortion

This commit is contained in:
Themaister 2010-11-13 14:29:58 +01:00
parent 86d3e73395
commit 93899790ed
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ static const unsigned fullscreen_y = 720;
static const bool vsync = true;
// Smooths picture
static const bool video_smooth = true;
static const bool video_smooth = false;
// Path to custom Cg shader. If using custom shaders, it is recommended to disable video_smooth.
static const char *cg_shader_path = "hqflt/cg/hq2x.cg";

View File

@ -22,7 +22,7 @@ void main_vertex
#define PI 3.141592653589
#define phase 0.0
#define gamma 2.5
#define distortion 0.2
#define distortion 0.04
struct output
{