diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-04 01:03:19 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-04 01:03:19 +0200 |
| commit | 8c82be43720d9e221a9e2541c9ff6151015838bb (patch) | |
| tree | 6ed341720934bbf69a386e254c4e9449f9051616 /shader.h | |
| parent | 6274071e3857c1640cc5aef804cb86509ab312f9 (diff) | |
move read/write prg/chr/cirom data to mapper
Diffstat (limited to 'shader.h')
| -rw-r--r-- | shader.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 @@ -30,5 +30,5 @@ // 0.25 = large amount of mask (not recommended, too dark) // 0.50 = recommended default // 1.00 = no shadow mask -#define INPUT_MASK 0.5 +#define INPUT_MASK 0.6 |
