mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Update
This commit is contained in:
parent
6cb2159a50
commit
8179379d31
1 changed files with 3 additions and 2 deletions
|
@ -2252,8 +2252,9 @@ static bool check_shader_compatibility(enum file_path_enum enum_idx)
|
|||
return true;
|
||||
}
|
||||
|
||||
if (string_is_equal(settings->arrays.video_driver, "gl") ||
|
||||
string_is_equal(settings->arrays.video_driver, "d3d")
|
||||
if (string_is_equal(settings->arrays.video_driver, "gl") ||
|
||||
string_is_equal(settings->arrays.video_driver, "d3d8") ||
|
||||
string_is_equal(settings->arrays.video_driver, "d3d9")
|
||||
)
|
||||
{
|
||||
if (enum_idx == FILE_PATH_SLANGP_EXTENSION)
|
||||
|
|
Loading…
Add table
Reference in a new issue