Fix mistake

This commit is contained in:
twinaphex 2018-03-01 22:44:27 +01:00
parent 7a7902c4ac
commit 25b7e54bdb

View File

@ -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;