Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dplaylist.h40 PLAYLIST_RUNTIME_VALID enumerator
H A Druntime_file.c1328 update_entry.runtime_status = PLAYLIST_RUNTIME_VALID; in runtime_update_playlist()
1338 if (update_entry.runtime_status != PLAYLIST_RUNTIME_VALID) in runtime_update_playlist()
1351 update_entry.runtime_status = PLAYLIST_RUNTIME_VALID; in runtime_update_playlist()
/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_sublabel.c1481 if (entry->runtime_status == PLAYLIST_RUNTIME_VALID) in action_bind_sublabel_playlist_entry()