Fix ui_step for crt-consumer.fx (#3256)

For crt-consumer.fx, the ui_step was set to 0, for Scanlines bright/dark.
This commit changes it to 0.05 (same as in Retroarch).
This commit is contained in:
user18081972 2024-07-21 06:09:27 +00:00 committed by GitHub
parent d9ada75d4f
commit a6e34fa632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ uniform float beamlow <
ui_type = "drag";
ui_min = 0.5;
ui_max = 2.5;
ui_step = 0.0;
ui_step = 0.05;
ui_label = "Scanlines dark";
> = 1.45;
@ -119,7 +119,7 @@ uniform float beamhigh <
ui_type = "drag";
ui_min = 0.5;
ui_max = 2.5;
ui_step = 0.0;
ui_step = 0.05;
ui_label = "Scanlines bright";
> = 1.05;