1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add fsr to known upscalers list

This commit is contained in:
FunkyFr3sh 2024-05-18 07:23:09 +02:00
parent 4d9657cbc8
commit 2b7699ffdf

View File

@ -169,6 +169,7 @@ static void ogl_build_programs()
/* detect common upscaling shaders and disable them if no upscaling is required */
BOOL is_upscaler =
strstr(g_config.shader, "fsr.glsl") != NULL ||
strstr(g_config.shader, "catmull-rom-bilinear.glsl") != NULL ||
strstr(g_config.shader, "lanczos2-sharp.glsl") != NULL ||
strstr(g_config.shader, "xbr-lv2-noblend.glsl") != NULL ||