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