mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
(PS3) Add paths
This commit is contained in:
parent
8e0118f4bb
commit
2da438bcf0
@ -2147,6 +2147,13 @@ void menu_parse_and_resolve(void *data, unsigned menu_type)
|
||||
file_list_push(rgui->selection_buf, "/dev_hdd0/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_hdd1/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/host_root/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_usb000/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_usb001/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_usb002/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_usb003/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_usb004/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_usb005/", menu_type, 0);
|
||||
file_list_push(rgui->selection_buf, "/dev_usb006/", menu_type, 0);
|
||||
#else
|
||||
file_list_push(rgui->selection_buf, "/", menu_type, 0);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user