mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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) ||
|
||||
string_is_equal("d3d9", settings->video.driver))
|
||||
string_is_equal("d3d", settings->video.driver))
|
||||
{
|
||||
if (enum_idx == FILE_PATH_SLANGP_EXTENSION)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user