From 6274071e3857c1640cc5aef804cb86509ab312f9 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Thu, 3 Apr 2025 20:02:00 +0200 Subject: Move to glfw --- base/shader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/shader.h') diff --git a/base/shader.h b/base/shader.h index a9cb400..df838df 100644 --- a/base/shader.h +++ b/base/shader.h @@ -8,10 +8,10 @@ #define CRTS_WARP 1 //-------------------------------------------------------------- // Try different masks -// #define CRTS_MASK_GRILLE 1 +#define CRTS_MASK_GRILLE 1 // #define CRTS_MASK_GRILLE_LITE 1 // #define CRTS_MASK_NONE 1 -#define CRTS_MASK_SHADOW 1 +// #define CRTS_MASK_SHADOW 1 // -------------------------------------------------------------- // Scanline thinness // 0.50 = fused scanlines -- cgit v1.2.3