Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch_data.h2154 char path_core_options_file[PATH_MAX_LENGTH]; member
H A Dretroarch.c9300 return p_rarch->path_core_options_file; in path_get_ptr()
9336 return p_rarch->path_core_options_file; in path_get()
9371 return sizeof(p_rarch->path_core_options_file); in path_get_realsize()
9453 strlcpy(p_rarch->path_core_options_file, path, in path_set()
9454 sizeof(p_rarch->path_core_options_file)); in path_set()
9486 if (string_is_empty(p_rarch->path_core_options_file)) in path_is_empty()
9535 *p_rarch->path_core_options_file = '\0'; in path_clear()