Add TODO/FIXME

This commit is contained in:
twinaphex 2016-12-14 17:56:55 +01:00
parent 4d4710d881
commit 1948a77bb5

View File

@ -2174,6 +2174,7 @@ static bool config_load_file(const char *path, bool set_defaults,
{
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);
settings->path.shader[0] = '\0';
break;