mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Buildfix
This commit is contained in:
parent
25b7e54bdb
commit
2f457af8bf
@ -1195,7 +1195,7 @@ enum rarch_shader_type video_shader_get_type_from_ext(
|
|||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
string_is_equal(ext, "glslp") ||
|
string_is_equal(ext, "glslp") ||
|
||||||
string_is_equal(ext, "GLSLP") ||
|
string_is_equal(ext, "GLSLP")
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
*is_preset = true;
|
*is_preset = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user