Silence warning - video_shader_is_shader_chain_config
This commit is contained in:
parent
126940a98b
commit
f4803b1023
|
@ -891,8 +891,7 @@ static bool video_shader_is_shader_chain_config(config_file_t *conf)
|
||||||
a shader chain config, vs a config which may only have
|
a shader chain config, vs a config which may only have
|
||||||
parameter values and texture overrides
|
parameter values and texture overrides
|
||||||
*/
|
*/
|
||||||
|
return config_get_entry(conf, "shaders") != NULL;
|
||||||
return config_get_entry(conf, "shaders");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static config_file_t *video_shader_get_root_preset_config(const char *path)
|
static config_file_t *video_shader_get_root_preset_config(const char *path)
|
||||||
|
|
Loading…
Reference in New Issue