|
RetroArch
|
#include <retro_miscellaneous.h>#include <compat/strl.h>#include <file/file_path.h>#include <lists/string_list.h>#include <string/stdstring.h>#include <retro_assert.h>#include "dirs.h"#include "paths.h"#include "configuration.h"#include "command.h"#include "content.h"#include "dynamic.h"#include "movie.h"#include "file_path_special.h"#include "core.h"#include "msg_hash.h"#include "retroarch.h"#include "verbosity.h"#include "tasks/tasks_internal.h"Macros | |
| #define | MENU_VALUE_NO_CORE 0x7d5472cbU |
Functions | |
| void | path_set_redirect (void) |
| void | path_set_basename (const char *path) |
| struct string_list * | path_get_subsystem_list (void) |
| void | path_set_special (char **argv, unsigned num_content) |
| static bool | path_init_subsystem (void) |
| void | path_init_savefile (void) |
| static void | path_init_savefile_internal (void) |
| void | path_fill_names (void) |
| char * | path_get_ptr (enum rarch_path_type type) |
| const char * | path_get (enum rarch_path_type type) |
| size_t | path_get_realsize (enum rarch_path_type type) |
| static void | path_set_names (const char *path) |
| bool | path_set (enum rarch_path_type type, const char *path) |
| bool | path_is_empty (enum rarch_path_type type) |
| void | path_clear (enum rarch_path_type type) |
| void | path_clear_all (void) |
| enum rarch_content_type | path_is_media_type (const char *path) |
| void | path_deinit_subsystem (void) |
Variables | |
| static struct string_list * | subsystem_fullpaths = NULL |
| static char | subsystem_path [PATH_MAX_LENGTH] = {0} |
| static char | path_default_shader_preset [PATH_MAX_LENGTH] = {0} |
| static char | path_main_basename [8192] = {0} |
| static char | path_content [PATH_MAX_LENGTH] = {0} |
| static char | path_libretro [PATH_MAX_LENGTH] = {0} |
| static char | path_config_file [PATH_MAX_LENGTH] = {0} |
| static char | path_config_append_file [PATH_MAX_LENGTH] = {0} |
| static char | path_core_options_file [PATH_MAX_LENGTH] = {0} |
| #define MENU_VALUE_NO_CORE 0x7d5472cbU |
| void path_clear | ( | enum rarch_path_type | type | ) |
| const char* path_get | ( | enum rarch_path_type | type | ) |
| char* path_get_ptr | ( | enum rarch_path_type | type | ) |
| size_t path_get_realsize | ( | enum rarch_path_type | type | ) |
| struct string_list* path_get_subsystem_list | ( | void | ) |
| bool path_is_empty | ( | enum rarch_path_type | type | ) |
| enum rarch_content_type path_is_media_type | ( | const char * | path | ) |
| bool path_set | ( | enum rarch_path_type | type, |
| const char * | path | ||
| ) |
| void path_set_special | ( | char ** | argv, |
| unsigned | num_content | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.15