mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(Unix/Linux) Correct parse_drive_list (potential fix)
This commit is contained in:
parent
281630bd4f
commit
4862368b02
@ -1989,11 +1989,16 @@ static int frontend_unix_parse_drive_list(void *data, bool load_content)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* this path is not really desirable a user with root permissions could
|
/* this path is not really desirable a user with root permissions could
|
||||||
screw up his system messing with it
|
screw up his system messing with it */
|
||||||
menu_entries_append_enum(list, "/",
|
menu_entries_append_enum(list, "/",
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_FILE_DETECT_CORE_LIST_PUSH_DIR),
|
msg_hash_to_str(MENU_ENUM_LABEL_FILE_DETECT_CORE_LIST_PUSH_DIR),
|
||||||
enum_idx,
|
enum_idx,
|
||||||
FILE_TYPE_DIRECTORY, 0, 0);*/
|
FILE_TYPE_DIRECTORY, 0, 0);
|
||||||
|
#else
|
||||||
|
menu_entries_append_enum(list, "/",
|
||||||
|
msg_hash_to_str(MENU_ENUM_LABEL_FILE_DETECT_CORE_LIST_PUSH_DIR),
|
||||||
|
enum_idx,
|
||||||
|
FILE_TYPE_DIRECTORY, 0, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user