mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Add TODO/FIXME
This commit is contained in:
parent
4d4710d881
commit
1948a77bb5
@ -2174,6 +2174,7 @@ static bool config_load_file(const char *path, bool set_defaults,
|
|||||||
{
|
{
|
||||||
if (!check_shader_compatibility((enum file_path_enum)i))
|
if (!check_shader_compatibility((enum file_path_enum)i))
|
||||||
{
|
{
|
||||||
|
/* TODO/FIXME - this check is always triggered even with an empty shader path */
|
||||||
RARCH_LOG("Incompatible shader for backend %s, clearing...\n", settings->video.driver);
|
RARCH_LOG("Incompatible shader for backend %s, clearing...\n", settings->video.driver);
|
||||||
settings->path.shader[0] = '\0';
|
settings->path.shader[0] = '\0';
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user