From 1948a77bb53da66f80c96833301fc0e4eecb871a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 14 Dec 2016 17:56:55 +0100 Subject: [PATCH] Add TODO/FIXME --- configuration.c | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.c b/configuration.c index 50530a9b96..037dfb670b 100644 --- a/configuration.c +++ b/configuration.c @@ -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;