mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
fix #4625
This commit is contained in:
parent
e9cbde3188
commit
28deb34742
@ -1672,7 +1672,7 @@ static bool check_shader_compatibility(enum file_path_enum enum_idx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (string_is_equal("gl", settings->video.driver) ||
|
if (string_is_equal("gl", settings->video.driver) ||
|
||||||
string_is_equal("d3d9", settings->video.driver))
|
string_is_equal("d3d", settings->video.driver))
|
||||||
{
|
{
|
||||||
if (enum_idx == FILE_PATH_SLANGP_EXTENSION)
|
if (enum_idx == FILE_PATH_SLANGP_EXTENSION)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user