Home
last modified time | relevance | path

Searched defs:libretro_path (Results 1 – 4 of 4) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/frontend/
H A Dfrontend_salamander.c151 char libretro_path[PATH_MAX_LENGTH]; in salamander_init() local
204 char libretro_path[PATH_MAX_LENGTH] = {0}; in salamander_main() local
/dports/games/retroarch/RetroArch-1.9.7/pkg/android/phoenix-common/src/com/retroarch/browser/preferences/util/
H A DUserPreferences.java55 final String libretro_path = prefs.getString("libretro_path", coreDir); in getDefaultConfigPath() local
/dports/games/retroarch/RetroArch-1.9.7/
H A Dconfiguration.c4927 char libretro_path[PATH_MAX_LENGTH]; in config_load_file_salamander() local
4960 const char *libretro_path = path_get(RARCH_PATH_CORE); in config_save_file_salamander() local
H A Dretroarch.h210 const char *libretro_path; member