mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-24 13:40:35 +00:00
Reduces barrel distortion
This commit is contained in:
parent
86d3e73395
commit
93899790ed
2
config.h
2
config.h
@ -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";
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user