slang-shaders/bezel/koko-aio/shaders/config.inc

497 lines
20 KiB
PHP
Raw Normal View History

// Uncomment this to improve bezel downscaling.
// If you are using standard bezel, leave commented to gain performance.
//#define STATIC_BEZEL_USE_MIPMAP 1.0
2022-12-06 11:48:10 +11:00
//Consider content interlaced if lines are more than this
#define MIN_LINES_INTERLACED 380
2022-12-06 11:48:10 +11:00
//Sort of dithering/debanding used in vignette, spot, backlight leds
#define NOISEPOWER 1/192.0
//((params.OutputSize.z)*3)
//If you change the default bezel texture, you may have to edit this to
//align bezel reflections and game content. (it seems to depend on the curvature amount)
#define BEZEL_BORDER_SIZE 0.197
//The maximum radius of the reflection blur. //3.3..4.0 max
#define BEZEL_REFL_BLUR_MAX 4.0
2022-12-06 11:48:10 +11:00
// Define the size and the smoothness of the rectangle
// in the bezel corners that will hide and blur the reflections
#define BEZEL_REFL_CORNER_BLANK_SIZE 0.0685
#define BEZEL_REFL_CORNER_BLANK_SHADE 0.05 // keep it > 0.0
//Bezel reflection warping (curvature) may need a correction factor.
//Modify this if bezel reflections does not follow the border
#define BEZEL_REFL_WARP_CORRECTION_FACTOR 1.9
2022-12-06 11:48:10 +11:00
// 0.0-1.0: sensitivity to scene change (ambilike stuff), 0.0 changes more
#define AMBI_SCENE_CHG_THRSHLD 0.07
// The following will allow to sample at reduced interval
// The scene change detection logic will take advantage of it
// So that quick fades will still be treated as scene changes
#define AMBI_AVGLUM_DIVIDER 4
// The following defines the speed of the color fades
// when changing scene. (range 0..1)
// It is wise to correlate it with avglum_divider
// try between (1/avglum_divider) and (1/avglum_divider)/3
//#define AMBI_FAST_STEP 0.125
#define AMBI_FAST_STEP 0.25
2022-12-06 11:48:10 +11:00
//Setting the glow/halo sharpness parameter to this
//will skip the blurring phase and lowers the gpu use
//Set this to the same value as used for the maximum
//of IN_GLOW_W/H, HALO_W/H
#define GLOW_SHARP_MAX 7
//Minumum glow sharpness
//I set this to allow negative values for glow sharpness
//that will calc their values from light spread amount
#define MIN_IN_GLOW_SHARP 0.5
//Setting glow to blur bias parameter to this
//will skip the glow/blur mix codem and just return
//the blurred image
//Set this to the same value as used for the maximum
//of IN_GLOW_BIAS
#define IN_GLOW_BIAS_MAX 1.0
//Try to keep blur sizes consistent across input resolutions
#define SCALEMOD_X 360
#define SCALEMOD_Y 270
#define NEW_SCALEMOD_X (params.OriginalSize.x/360.0 / 2.2)
#define NEW_SCALEMOD_Y (params.OriginalSize.y/270.0 / 2.2)
// When Glow sharpness is controlled by light spread amount
// The following ratio is used, the lower, the blurrier:
#define IN_GLOW_SHARPNESS_SPREAD_RATIO_W 0.8334
#define IN_GLOW_SHARPNESS_SPREAD_RATIO_H 2.0
//Support for backdrops has to be enable by uncommenting:
//#define STATIC_SUPPORT_BACKDROP 1.0
#define BACKDROP_OFFX 0.0
#define BACKDROP_OFFY 0.0
#define BACKDROP_ZOOM 1.0
2022-12-06 11:48:10 +11:00
#define eps 1e-5
#define pi 3.141592653589793
#define TAU 6.28318530717958647693
#define alpha_mark 0.1
2022-12-06 11:48:10 +11:00
layout(push_constant) uniform Push {
vec4 SourceSize;
vec4 OriginalSize;
vec4 OutputSize;
vec4 final_passSize;
uint FrameCount;
float SCANLINE_DARK;
float VMASK_OVERWHITE ;
float VMASK_DARKLINE_SCALE;
float VMASK_GAP;
float VMASK_USE_GM;
float DRKLN_OVERWHITE ;
float DARKLINES_VOFFSET ;
2022-12-06 11:48:10 +11:00
float DARKLINES_PERIOD ;
float HALO_W ;
float HALO_H ;
float HALO_POWER ;
float HALO_GAMMA ;
float HALO_VS_SCAN ;
2022-12-06 11:48:10 +11:00
float DO_BLOOM ; //4
float BLOOM_QUALITY ; //1
} params;
layout(std140, set = 0, binding = 0) uniform UBO {
mat4 MVP;
vec4 FinalViewportSize;
vec4 in_glow_passSize;
vec4 FXAA_passSize;
//vec4 main_passSize;
//vec4 monitor_bodySize;
//vec4 bgSize;
vec4 avglum_passSize;
vec4 first_passSize;
vec4 ntsc_passSize;
2022-12-06 11:48:10 +11:00
float DO_SCANLINES;
float DO_IN_GLOW;
float DO_VMASK_AND_DARKLINES ;
float MASK_COMPENSATION ;
float DO_HALO ;
float DO_CCORRECTION;
float DO_ALT_BLANK;
float IN_GLOW_BIAS ;
float IN_GLOW_SPREAD ;
2022-12-06 11:48:10 +11:00
float SCANLINES_BLEEDING ;
float IN_GLOW_W;
float IN_GLOW_H;
float IN_GLOW_POWER;
float IN_GLOW_GAMMA;
float IN_GLOW_NTSC_ARTF_MULT;
float IN_GLOW_NTSC_ARTF_TRSH;
float IN_GLOW_SHOW_ARTF_MASK;
2022-12-06 11:48:10 +11:00
float BLOOM_MIX;
float BLOOM_EYE_ADPT_SRT;
float BLOOM_EYE_INERTIA;
float BLOOM_SIZE;
float BLOOM_GAMMA;
float BLOOM_BYPASS;
float BLOOM_POWER;
2022-12-06 11:48:10 +11:00
float BLOOM_OVER_WHITE;
float BLOOM_GAMMA_OUT;
float ALT_BLANK_STRENGTH;
float ALT_BLANK_PERIOD;
float DO_FXAA;
2022-12-06 11:48:10 +11:00
float DO_SAT_BLEED;
float SAT_BLEED_SIZE_LEFT;
float SAT_BLEED_SIZE_RIGHT;
float SAT_BLEED_FALLOFF;
float SAT_BLEED_STRENGTH;
float SAT_BLEED_PAL;
float DO_NTSC_ARTIFACTS;
float NTSC_FILTER_WIDTH;
float NTSC_FILTER_SCF;
float NTSC_FILTER_FC;
float NTSC_MIX;
float NTSC_PHASE_SHIFT;
//float NTSC_DOT_CRAWL;
2022-12-06 11:48:10 +11:00
float SCANLINE_FLICKERING ; //2
float SCANLINE_FLICKERING_POWER;
float SCANLINE_DISABLE_ON_INTERLACE;
float SCANLINE_COMPENSATION;
float SCANLINE_SM_STRENGTH;
float SCANLINE_SM_TYPE;
float SCANLINE_SM_VOFFSET;
float SCANLINE_MIN;
float SCANLINE_MAX;
2022-12-06 11:48:10 +11:00
float RGB_MASK_STRENGTH;
float DARKLINES_STRENGTH;
float GAMMA_OUT ; //1
float SATURATION;
float LUMINANCE;
float CONTRAST;
float BRIGHTNESS;
float TEMPERATURE;
float DO_CURVATURE;
float GEOM_WARP_X;
float GEOM_WARP_Y;
float GEOM_CORNER_SIZE;
float GEOM_CORNER_SMOOTH;
float DO_BEZEL;
float BEZEL_R;
float BEZEL_G;
float BEZEL_B;
float BEZEL_CON;
float BEZEL_INNER_ZOOM;
float BEZEL_IMAGE_BORDER;
float BEZEL_FRAME_ZOOM;
float BEZEL_USE_STRAIGHT;
float BEZEL_RFL_BLR_SHD;
float BEZEL_RFL_OFFSET;
float BEZEL_REFL_ZOOM;
float BEZEL_REFL_STRENGTH;
2022-12-06 11:48:10 +11:00
float DO_SPOT;
float S_POSITION;
float S_SIZE;
float S_POWER;
float DO_VIGNETTE;
float V_SIZE;
float V_POWER;
float DO_DYNZOOM;
float DYNZOOM_FACTOR;
float DO_AMBILIGHT;
float AMBI_FALLOFF;
float AMBI_POWER;
float AMBI_OVER_BEZEL;
2022-12-06 11:48:10 +11:00
float ASPECT_X;
float ASPECT_Y;
float AMBI_STEPS;
float DO_BG_IMAGE;
float BG_IMAGE_OVER;
float BG_IMAGE_OFFY;
float BG_IMAGE_OFFX;
float BG_IMAGE_ZOOM;
float BG_IMAGE_ROTATION;
float BG_IMAGE_WRAP_MODE;
2022-12-06 11:48:10 +11:00
float DO_SHIFT_RGB;
float SHIFT_R;
float SHIFT_G;
float SHIFT_B;
float OFFSET_STRENGTH;
float DO_GLOBAL_SHZO;
float GLOBAL_ZOOM;
float GLOBAL_OFFX;
float GLOBAL_OFFY;
float DO_RF_NOISE;
float RF_NOISE_STRENGTH;
2022-12-06 11:48:10 +11:00
} global;
// Color correction
#pragma parameter DO_CCORRECTION "★ Color corrections enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter LUMINANCE " Luminance push (>1.0=clip)" 0.0 0.0 1.5 0.05
#pragma parameter SATURATION " Saturation in (1.0=off)" 1.0 0.0 2.0 0.01
#pragma parameter CONTRAST " Contrast in (0.0=off)" 0.0 -1.0 1.0 0.01
#pragma parameter BRIGHTNESS " Brightness in (0.0=off)" 0.0 -1.0 1.0 0.01
#pragma parameter TEMPERATURE " Temperature in (6500=off)" 6500.0 3000 10000.0 50.0
#pragma parameter GAMMA_OUT " Gamma out" 0.69 0.1 9.0 0.025
#pragma parameter BLANK1 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
2022-12-06 11:48:10 +11:00
// FXAA
// Apply an antialiasing filter via FXAA from Nvidia.
#pragma parameter DO_FXAA "★ FXAA enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter BLANK2 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
// NTSC color artifacting
#pragma parameter DO_NTSC_ARTIFACTS "★ CVBS: NTSC color artifacts enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter NTSC_FILTER_WIDTH " Filter width" 17.0 5.0 21.0 4.0
#pragma parameter NTSC_FILTER_SCF " Subcarrier Frequency" 5.30 0.0 10.0 0.01
#pragma parameter NTSC_FILTER_FC " Frequency cutoff" 2.5 0.0 10.0 0.1
#pragma parameter NTSC_PHASE_SHIFT " Phase shift" 0.0 0.0 1.0 1.0
#pragma parameter NTSC_MIX " Strength" 0.5 0.0 3.0 0.1
#pragma parameter BLANK3 " " 0.0 0.0 1.0 1.0
// RF Noise
#pragma parameter DO_RF_NOISE "★ RF Noise enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter RF_NOISE_STRENGTH " Strength" 0.05 0.0 1.0 0.005
#pragma parameter BLANK4 " " 0.0 0.0 1.0 1.0
// YIQ/YUV bandwidth limited chroma bleeding and NTSC color artifacts.
#pragma parameter DO_SAT_BLEED "★ CVBS: Bandwidth limited chroma enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter SAT_BLEED_PAL " Use PAL colorspace, not NTSC" 0.0 0.0 1.0 1.0
#pragma parameter SAT_BLEED_STRENGTH " Strength" 1.0 0.0 5.0 0.01
#pragma parameter SAT_BLEED_SIZE_LEFT " Size Left" 5.0 1.0 40.0 1.0
#pragma parameter SAT_BLEED_SIZE_RIGHT " Size Right" 5.0 1.0 40.0 1.0
#pragma parameter SAT_BLEED_FALLOFF " Falloff" 1.7 1.0 2.0 0.01
#pragma parameter BLANK5 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
//Offset RGB
#pragma parameter DO_SHIFT_RGB "★ RGB deconvergence enable? (bad with FXAA) ==>" 0.0 0.0 1.0 1.0
#pragma parameter OFFSET_STRENGTH " Strength" 0.6 0.0 1.0 0.05
2022-12-06 11:48:10 +11:00
#pragma parameter SHIFT_R " Red offset" -40.0 -210.0 189.0 1
#pragma parameter SHIFT_G " Green offset" 2.0 -210.0 189.0 1
#pragma parameter SHIFT_B " Blue offset" 40.0 -210.0 189.0 1
#pragma parameter BLANK6 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
// Input Blur / light glowing
#pragma parameter DO_IN_GLOW "★ Glow/Blur enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter IN_GLOW_POWER " Input signal strength" 1.0 0.0 5.0 0.05
#pragma parameter IN_GLOW_GAMMA " Input gamma, the higher, the less glow on dark colors" 1.0 1.0 10.0 0.1
#pragma parameter IN_GLOW_SPREAD " Glow spread amount" 0.6 0.0 4.0 0.05
#pragma parameter IN_GLOW_W " Sharpness X (0 = controlled by glow spread)" 2.5 0.0 7.0 0.05
#pragma parameter IN_GLOW_H " Sharpness Y (0 = controlled by glow spread)" 2.5 0.0 7.0 0.05
#pragma parameter IN_GLOW_BIAS " Glow to blur bias" 1.0 0.0 1.0 0.05
#pragma parameter IN_GLOW_NTSC_ARTF_MULT " Blur NTSC artifacts more" 0.0 0.0 8.0 0.1
#pragma parameter IN_GLOW_NTSC_ARTF_TRSH " Blur less NTSC artifacts (min treshold)" 1.0 0.0 1.0 0.05
#pragma parameter IN_GLOW_SHOW_ARTF_MASK " Show NTSC artifacts mask (debug)" 0.0 0.0 1.0 1.0
#pragma parameter BLANK7 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
// Mask
#pragma parameter DO_VMASK_AND_DARKLINES "★ RGB Masks and/or Darklines enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter MASK_COMPENSATION " Compensate for brightness loss" 0.0 0.0 1.0 0.05
#pragma parameter VMASK_DARKLINE_SCALE " (HiDPI) Vmask and Darklines multiplier" 1.0 1.0 4.0 1.0
#pragma parameter RGB_MASK_STRENGTH " RGB Mask Strength (0.0 to disable)" 0.75 0.0 1.0 0.05
#pragma parameter VMASK_USE_GM " . (LoDPI) Green,Magenta -> BGR" 0.0 0.0 1.0 1.0
#pragma parameter VMASK_GAP " . Horizontal Gap between triads:" 0.0 0.0 1.0 1.0
#pragma parameter VMASK_OVERWHITE " . Affect bright colors" 1.0 0.0 1.0 0.05
#pragma parameter DARKLINES_STRENGTH " Darklines strength (0.0 to disable)" 0.65 0.0 1.0 0.05
#pragma parameter DARKLINES_VOFFSET " . Offset" 1.0 0.0 1.0 1.0
#pragma parameter DARKLINES_PERIOD " . Height" 2.0 2.0 16.0 2.0
#pragma parameter DRKLN_OVERWHITE " . Affect bright colors" 1.0 0.0 1.0 0.05
#pragma parameter BLANK9 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
// Halo
#pragma parameter DO_HALO "★ Halo enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter HALO_POWER " Strength" 0.9 0.0 5.0 0.025
#pragma parameter HALO_W " Sharpness, horizontal" 1.75 0.35 7.0 0.05
#pragma parameter HALO_H " Sharpness, Vertical" 1.75 0.35 7.0 0.05
2022-12-06 11:48:10 +11:00
#pragma parameter HALO_GAMMA " Gamma, the higher, the less the halo on dark colors" 2.0 1.0 10.0 0.1
#pragma parameter HALO_VS_SCAN " Light up scanlines gaps too" 0.0 0.0 1.0 0.1
#pragma parameter BLANK10 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
// Scanlines
#pragma parameter DO_SCANLINES "★ Scanlines enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter SCANLINE_MIN " Minimum height" 1.0 0.05 1.0 0.05
#pragma parameter SCANLINE_MAX " Maximum height" 1.0 0.05 25.0 0.1
#pragma parameter SCANLINE_DARK " Gap brightness" 0.0 -0.5 1.0 0.05
#pragma parameter SCANLINE_COMPENSATION " Compensate for brightness loss" 0.0 0.0 1.0 0.1
#pragma parameter SCANLINES_BLEEDING " Scanlines bleeding" 0.0 0.0 3.0 0.05
#pragma parameter SCANLINE_FLICKERING " Interlace Flicker (0=off,1=on,2=if interlaced)" 2.0 0.0 2.0 1.0
#pragma parameter SCANLINE_FLICKERING_POWER " Interlace Flicker power" 0.75 0.0 4.0 0.1
2022-12-06 11:48:10 +11:00
#pragma parameter SCANLINE_DISABLE_ON_INTERLACE " Disable on interlaced screen" 0.0 0.0 1.0 1.0
#pragma parameter BLANK11 " " 0.0 0.0 1.0 1.0
#pragma parameter SCANLINE_SM_TYPE " Slotmask type (disable (0) with darklines!)" 0.0 0.0 3.0 1.0
#pragma parameter SCANLINE_SM_STRENGTH " . Slotmask strength (type 1 and 2 only)" 1.0 0.0 1.0 0.05
#pragma parameter SCANLINE_SM_VOFFSET " . Offset (type 1 only)" 45.0 0.0 158.0 1.0
#pragma parameter BLANK12 " " 0.0 0.0 1.0 1.0
//p1.20,r2.0
2022-12-06 11:48:10 +11:00
// Bloom
#pragma parameter DO_BLOOM "★ Bloom enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter BLOOM_MIX " Final mix, (0.0=off)" 0.45 0.0 1.0 0.01
#pragma parameter BLOOM_SIZE " Radius" 4.0 0.25 30.0 0.25
#pragma parameter BLOOM_QUALITY " Quality: more is better but slower" 1.0 1.0 8.0 1.0
#pragma parameter BLOOM_GAMMA " Gamma in (threshold)" 8.0 1.0 10.0 0.5
#pragma parameter BLOOM_GAMMA_OUT " Gamma out (contour smoothness)" 1.0 0.1 10.0 0.1
#pragma parameter BLOOM_POWER " Power multiplier" 1.20 1.0 20.0 0.05
#pragma parameter BLOOM_EYE_ADPT_SRT " Modulate: Local exposure eye adaption strength" 0.45 0.0 10.0 0.05
#pragma parameter BLOOM_EYE_INERTIA " Modulate: Time before eye adaption starts" 1500 10.0 10000 50.0
#pragma parameter BLOOM_OVER_WHITE " Modulate: Strength on bright areas (0 = aura)" 0.5 0.0 1.0 0.05
#pragma parameter BLOOM_BYPASS " Bypass/Solo (1=Unmodulated, 2=Modulated)" 0.0 0.0 2.0 1.0
#pragma parameter BLANK13 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
2022-12-06 11:48:10 +11:00
//Curvature parameters:
#pragma parameter DO_CURVATURE "★ Curvature enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter GEOM_WARP_X " Warp X" 0.3 0.0 6.0 0.025
#pragma parameter GEOM_WARP_Y " Warp Y" 0.0 0.0 6.0 0.025
#pragma parameter GEOM_CORNER_SIZE " Corner radius" 0.005 0.005 0.1 0.001
#pragma parameter GEOM_CORNER_SMOOTH " Corner sharpness" 350.0 15.0 1000.0 1.0
#pragma parameter BLANK14 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
2022-12-06 11:48:10 +11:00
//Bezel related
#pragma parameter DO_BEZEL "★ Bezel enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter BEZEL_USE_STRAIGHT " Straight" 0.0 0.0 1.0 1.0
#pragma parameter BEZEL_R " Color: Red" -0.3 -0.5 0.5 0.01
#pragma parameter BEZEL_G " Color: Green" -0.3 -0.5 0.5 0.01
#pragma parameter BEZEL_B " Color: Blue" -0.3 -0.5 0.5 0.01
#pragma parameter BEZEL_CON " Contrast" 1.3 0.0 10.0 0.01
#pragma parameter BEZEL_INNER_ZOOM " Image zoom" -0.18 -1.5 0.5 0.005
#pragma parameter BEZEL_FRAME_ZOOM " Frame zoom" 0.0 -1.5 0.5 0.005
#pragma parameter BEZEL_IMAGE_BORDER " Image border" 1.01 1.0 1.2 0.01
#pragma parameter BEZEL_REFL_STRENGTH " Reflection strength" 0.5 0.0 1.0 0.01
#pragma parameter BEZEL_RFL_BLR_SHD " Sharp reflections" 0.0 -1.0 1.0 0.1
#pragma parameter BEZEL_RFL_OFFSET " Align reflections: offset" 0.003 -0.01 0.01 0.001
#pragma parameter BEZEL_REFL_ZOOM " Align reflections: zoom" 0.98 0.8 1.2 0.001
2022-12-06 11:48:10 +11:00
#pragma parameter BLANK15 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
//Background Image
#pragma parameter DO_BG_IMAGE "★ Backgound image enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter LABEL_WARNING1 " ⚠ RetroArch aspect needs to be set to Full! ⚠" 1.0 1.0 1.0 1.0
#pragma parameter BG_IMAGE_OVER " Image over content (alpha channel driven)?" 0.0 0.0 1.0 1.0
#pragma parameter BG_IMAGE_OFFX " Shift Image over X axis" 0.0 -1.0 1.0 0.0005
#pragma parameter BG_IMAGE_OFFY " Shift Image over Y axis" 0.0 -1.0 1.0 0.0005
#pragma parameter BG_IMAGE_ZOOM " Zoom Image" 1.0 -1.0 3.0 0.0005
#pragma parameter BG_IMAGE_ROTATION " Rotate image mode (-1 for auto)" -1.0 -1.0 2.0 1.0
#pragma parameter BG_IMAGE_WRAP_MODE " Wrap mode: default, clamp to border, edge, repeat" 0.0 0.0 3.0 1.0
#pragma parameter BLANK16 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
//Back leds
//Emulates leds under the monitor frame that slowly reacts to image contents
#pragma parameter DO_AMBILIGHT "★ Ambient light leds enable? ==> " 1.0 0.0 1.0 1.0
#pragma parameter LABEL_WARNING3 " ⚠ RetroArch aspect needs to be set to Full! ⚠" 1.0 1.0 1.0 1.0
#pragma parameter AMBI_STEPS " Slowness" 60.0 5.0 1000.0 5.0
#pragma parameter AMBI_FALLOFF " Light Falloff" 0.7 0.1 3.0 0.01
#pragma parameter AMBI_POWER " Led power" 1.5 1.0 7.0 0.05
#pragma parameter AMBI_OVER_BEZEL " Colorize Bezel" 0.1 0.0 1.0 0.01
#pragma parameter BLANK17 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
//Full screen glowing
//Modulate the image zooming depending on the image luminosity.
//You can lower the effect power through the DYNZOOM_FACTOR parameter.
#pragma parameter DO_DYNZOOM "★ Luminosity dependant zoom enable? ==>" 1.0 0.0 1.0 1.0
#pragma parameter DYNZOOM_FACTOR " Narrowness" 80.0 15.0 120.0 0.5
#pragma parameter BLANK18 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
2022-12-06 11:48:10 +11:00
//Vignette and spot
#pragma parameter DO_VIGNETTE "★ Vignette enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter V_SIZE " Size" 1.7 0.0 5.0 0.05
#pragma parameter V_POWER " Power" 1.1 0.05 2.0 0.01
2022-12-06 11:48:10 +11:00
#pragma parameter DO_SPOT "★ Spot enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter S_POSITION " Position" 0.0 -420.0 378.0 1
#pragma parameter S_SIZE " Size" 0.4 0.0 1.0 0.01
#pragma parameter S_POWER " Power" 0.1 0.05 2.0 0.01
#pragma parameter BLANK19 " " 0.0 0.0 1.0 1.0
2022-12-06 11:48:10 +11:00
// Alternative blanking
2022-12-06 11:48:10 +11:00
#pragma parameter DO_ALT_BLANK "★ Alternate line blanking enable? ==>" 0.0 0.0 1.0 1.0
#pragma parameter ALT_BLANK_STRENGTH " Alternate black frame insertion strength" 0.5 0.0 1.0 0.1
#pragma parameter ALT_BLANK_PERIOD " Blank lines period" 4.0 0.0 20.0 1.0
#pragma parameter BLANK20 " " 0.0 0.0 1.0 1.0
//Global Zoom/Offset
#pragma parameter DO_GLOBAL_SHZO "★ Global shift/zoom" 0.0 0.0 1.0 1.0
#pragma parameter GLOBAL_OFFX " X axis shift " 0.0 -1.0 1.0 0.0005
#pragma parameter GLOBAL_OFFY " Y axis shift " 0.0 -1.0 1.0 0.0005
#pragma parameter GLOBAL_ZOOM " Zoom" 2.0 0.0 3.0 0.0005
#pragma parameter BLANK21 " " 0.0 0.0 1.0 1.0
//Aspect Ratio
#pragma parameter label_ar "★ Aspect Ratio " 0.0 0.0 1.0 1.0
#pragma parameter ASPECT_X " Aspect Ratio Numerator (<=0 for a preset)" 0.0 -6.0 256. 1.0
#pragma parameter ASPECT_Y " Aspect Ratio Denominator" 3.0 0.0 256. 1.0
#pragma parameter BLANK22 " " 0.0 0.0 1.0 1.0
#pragma parameter label_aspect_presets " Presets reference list:" 0.0 0.0 0.0 1.0
#pragma parameter label_aspect_preset0 " (0 = MAME 1.33)" 0.0 0.0 0.0 1.0
#pragma parameter label_aspect_preset1 " (-1 = NTSC 1.5)" 0.0 0.0 0.0 1.0
#pragma parameter label_aspect_preset2 " (-2 = PAL 1.25)" 0.0 0.0 0.0 1.0
#pragma parameter label_aspect_preset3 " (-3 = Snes 8/7)" 0.0 0.0 0.0 1.0
#pragma parameter label_aspect_preset4 " (-4 = Megadrive 10/7)" 0.0 0.0 0.0 1.0
#pragma parameter label_aspect_preset5 " (-5 = Uncorrected)" 0.0 0.0 0.0 1.0
#pragma parameter label_aspect_preset6 " (-6 = MAME rotated/TATE 0.75)" 0.0 0.0 0.0 1.0
2022-12-06 11:48:10 +11:00
#include "config.globals.inc"