mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix #4625
This commit is contained in:
parent
e9cbde3188
commit
28deb34742
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue