use -shader2scale instead of -noscale in filenames
This commit is contained in:
parent
e0b7d26856
commit
04c5944165
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ static void ogl_build_programs()
|
|||
|
||||
if (g_ogl.shader1_program &&
|
||||
(strstr(g_config.shader, "xbrz-freescale-multipass.glsl") != NULL ||
|
||||
strstr(g_config.shader, "-noscale") != NULL))
|
||||
strstr(g_config.shader, "-shader2scale") != NULL))
|
||||
{
|
||||
g_ogl.shader2_upscale = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue