mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
parse_horizontal_content_actions - use path_is_valid instead of
filestream_exists
This commit is contained in:
parent
f7d4bd5faa
commit
7502914a1d
@ -2102,7 +2102,7 @@ static int menu_displaylist_parse_horizontal_content_actions(
|
||||
file_path_str(FILE_PATH_RDB_EXTENSION),
|
||||
PATH_MAX_LENGTH * sizeof(char));
|
||||
|
||||
if (filestream_exists(db_path))
|
||||
if (path_is_valid(db_path))
|
||||
menu_entries_append_enum(
|
||||
info->list,
|
||||
entry->label,
|
||||
|
Loading…
x
Reference in New Issue
Block a user