// Corners lifted from fake-crt-geom. Defaults set nicely.
// Parameter range extended to allow brightness compensation
// by Rogalian aka cools
// On sub-HD resolution devices, suggest Scanline Intensity: 0.0
// Simple scanlines with curvature and mask effects lifted from crt-lottes
// by hunterk
////////////////////////////////////////////////////////////////////
//////////////////////////// SETTINGS ////////////////////////////
///// comment these lines to disable effects and gain speed //////
////////////////////////////////////////////////////////////////////
#define MASK // fancy, expensive phosphor mask effect
#define CURVATURE // applies barrel distortion to the screen
#define SCANLINES // applies horizontal scanline effect
//#define ROTATE_SCANLINES // for TATE games; also disables the mask effects, which look bad with it
#define EXTRA_MASKS // disable these if you need extra registers freed up
#define BORDER // border + rounded corners
This file has been truncated. show original