mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add fsr to known upscalers list
This commit is contained in:
parent
4d9657cbc8
commit
2b7699ffdf
@ -169,6 +169,7 @@ static void ogl_build_programs()
|
|||||||
/* detect common upscaling shaders and disable them if no upscaling is required */
|
/* detect common upscaling shaders and disable them if no upscaling is required */
|
||||||
|
|
||||||
BOOL is_upscaler =
|
BOOL is_upscaler =
|
||||||
|
strstr(g_config.shader, "fsr.glsl") != NULL ||
|
||||||
strstr(g_config.shader, "catmull-rom-bilinear.glsl") != NULL ||
|
strstr(g_config.shader, "catmull-rom-bilinear.glsl") != NULL ||
|
||||||
strstr(g_config.shader, "lanczos2-sharp.glsl") != NULL ||
|
strstr(g_config.shader, "lanczos2-sharp.glsl") != NULL ||
|
||||||
strstr(g_config.shader, "xbr-lv2-noblend.glsl") != NULL ||
|
strstr(g_config.shader, "xbr-lv2-noblend.glsl") != NULL ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user