Home
last modified time | relevance | path

Searched refs:path_rgui_theme_preset (Results 1 – 5 of 5) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/
H A Dconfiguration.h446 char path_rgui_theme_preset[PATH_MAX_LENGTH]; member
H A Dconfiguration.c1355 settings->paths.path_rgui_theme_preset, false, NULL, true); in populate_settings_path()
2553 *settings->paths.path_rgui_theme_preset = '\0'; in config_set_defaults()
3421 if (string_is_equal(settings->paths.path_rgui_theme_preset, "default")) in config_load_file()
3422 *settings->paths.path_rgui_theme_preset = '\0'; in config_load_file()
/dports/games/retroarch/RetroArch-1.9.7/menu/drivers/
H A Drgui.c3193 const char *rgui_theme_preset = settings->paths.path_rgui_theme_preset; in prepare_rgui_colors()
6682 …if (string_is_not_equal_fast(settings->paths.path_rgui_theme_preset, rgui->theme_preset_path, size… in rgui_frame()
/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_ok.c1152 settings->paths.path_rgui_theme_preset, in generic_action_ok_displaylist_push()
2046 settings->paths.path_rgui_theme_preset, action_path); in generic_action_ok()
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_setting.c14995 settings->paths.path_rgui_theme_preset, in setting_append_list()
14996 sizeof(settings->paths.path_rgui_theme_preset), in setting_append_list()