git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit a5903ca5bc4f930bc201b763e08573b29d869a9e
parent df1b89bf61e2244b3794cab15b1368841c1afb64
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 23 Jul 2023 14:20:09 +0300

Do the same for the CRT shader

Diffstat:
MShaders/CRT.fsh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Shaders/CRT.fsh b/Shaders/CRT.fsh @@ -1,7 +1,7 @@ -#define COLOR_LOW 0.7 +#define COLOR_LOW 0.45 #define COLOR_HIGH 1.0 #define VERTICAL_BORDER_DEPTH 0.6 -#define SCANLINE_DEPTH 0.3 +#define SCANLINE_DEPTH 0.55 #define CURVENESS 0.3 STATIC vec4 scale(sampler2D image, vec2 position, vec2 input_resolution, vec2 output_resolution)

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.