fix scaling on easymode-halation

This commit is contained in:
hizzlekizzle 2023-03-27 09:04:33 -05:00 committed by GitHub
parent 3ba8b4c87f
commit 1d7629fd67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,10 +28,11 @@ scale_y2 = "1.000000"
shader3 = "shaders/crt-easymode-halation/threshold.slang"
filter_linear3 = "false"
srgb_framebuffer3 = "true"
scale_type_x3 = "viewport"
scale_type_x3 = "source"
scale_x3 = "1.000000"
scale_type_y3 = "viewport"
scale_type_y3 = "source"
scale_y3 = "1.000000"
shader4 = "shaders/crt-easymode-halation/crt-easymode-halation.slang"
filter_linear4 = "true"
scale_type4 = "viewport"