Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dconfiguration.h441 char path_content_music_history[PATH_MAX_LENGTH]; member
H A Dconfiguration.c1364 settings->paths.path_content_music_history, false, NULL, true); in populate_settings_path()
2543 *settings->paths.path_content_music_history = '\0'; in config_set_defaults()
3362 if (string_is_empty(settings->paths.path_content_music_history)) in config_load_file()
3367 settings->paths.path_content_music_history, in config_load_file()
3370 sizeof(settings->paths.path_content_music_history)); in config_load_file()
3373 settings->paths.path_content_music_history, in config_load_file()
3376 sizeof(settings->paths.path_content_music_history)); in config_load_file()
H A Dretroarch.c14221 const char *path_content_music_history = settings->paths.path_content_music_history; in command_event() local
14252 path_content_music_history); in command_event()
14253 playlist_config_set_path(&playlist_config, path_content_music_history); in command_event()
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_playlist.cpp1185 musicPlaylistsItem->setData(Qt::UserRole, settings->paths.path_content_music_history); in reloadPlaylists()
1205 if (hiddenPlaylists.contains(QFileInfo(settings->paths.path_content_music_history).fileName())) in reloadPlaylists()
/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_ok.c2326 const char *path_content_music_history = settings->paths.path_content_music_history; in action_ok_playlist_entry_collection() local
2355 … string_is_equal(menu->db_playlist_file, path_content_music_history) || in action_ok_playlist_entry_collection()
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_displaylist.c10975 path_content_music_history = settings->paths.path_content_music_history; in menu_displaylist_ctl() local
10982 path_content_music_history, in menu_displaylist_ctl()