Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_ok.c1578 char *new_core_path, size_t len) in menu_content_find_first_core() argument
1632 strlcpy(new_core_path, info->path, len); in menu_content_find_first_core()
1674 char new_core_path[PATH_MAX_LENGTH]; in file_load_with_detect_core_wrapper() local
1704 sizeof(new_core_path))) in file_load_with_detect_core_wrapper()
1729 new_core_path, def_info.s, in file_load_with_detect_core_wrapper()
3575 string_is_empty(new_core_path)) in action_ok_core_deferred_set()
3579 if (core_info_find(new_core_path, &core_info)) in action_ok_core_deferred_set()
6638 char new_core_path[PATH_MAX_LENGTH]; in action_ok_load_archive_detect_core() local
6661 new_core_path[0] = '\0'; in action_ok_load_archive_detect_core()
6664 new_core_path, sizeof(new_core_path))) in action_ok_load_archive_detect_core()
[all …]