(PS3) Add paths

This commit is contained in:
twinaphex 2014-01-05 05:00:08 +01:00
parent 8e0118f4bb
commit 2da438bcf0

View File

@ -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