mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Cleanup
This commit is contained in:
parent
c2dd8b884e
commit
36e33bde90
@ -49,11 +49,14 @@ void menu_shader_manager_init(menu_handle_t *menu)
|
|||||||
menu_driver_ctl(RARCH_MENU_CTL_SHADER_GET,
|
menu_driver_ctl(RARCH_MENU_CTL_SHADER_GET,
|
||||||
&shader);
|
&shader);
|
||||||
|
|
||||||
if (*global->path.core_specific_config
|
if (global)
|
||||||
&& settings->core_specific_config)
|
{
|
||||||
config_path = global->path.core_specific_config;
|
if (*global->path.core_specific_config
|
||||||
else if (*global->path.config)
|
&& settings->core_specific_config)
|
||||||
config_path = global->path.config;
|
config_path = global->path.core_specific_config;
|
||||||
|
else if (*global->path.config)
|
||||||
|
config_path = global->path.config;
|
||||||
|
}
|
||||||
|
|
||||||
/* In a multi-config setting, we can't have
|
/* In a multi-config setting, we can't have
|
||||||
* conflicts on menu.cgp/menu.glslp. */
|
* conflicts on menu.cgp/menu.glslp. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user