mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
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
|
||||
parameter values and texture overrides
|
||||
*/
|
||||
|
||||
return config_get_entry(conf, "shaders");
|
||||
return config_get_entry(conf, "shaders") != NULL;
|
||||
}
|
||||
|
||||
static config_file_t *video_shader_get_root_preset_config(const char *path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user