mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Buildfix
This commit is contained in:
parent
25b7e54bdb
commit
2f457af8bf
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ enum rarch_shader_type video_shader_get_type_from_ext(
|
|||
}
|
||||
if (
|
||||
string_is_equal(ext, "glslp") ||
|
||||
string_is_equal(ext, "GLSLP") ||
|
||||
string_is_equal(ext, "GLSLP")
|
||||
)
|
||||
{
|
||||
*is_preset = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue