mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Vita) parse_drive_list - add cache0 path
This commit is contained in:
parent
dfb98263bc
commit
bbeb4d4298
@ -302,12 +302,17 @@ static int frontend_psp_parse_drive_list(void *data)
|
||||
#ifndef IS_SALAMANDER
|
||||
file_list_t *list = (file_list_t*)data;
|
||||
|
||||
#ifdef VITA
|
||||
menu_list_push(list,
|
||||
"cache0:/", "", MENU_FILE_DIRECTORY, 0, 0);
|
||||
#else
|
||||
menu_list_push(list,
|
||||
"ms0:/", "", MENU_FILE_DIRECTORY, 0, 0);
|
||||
menu_list_push(list,
|
||||
"ef0:/", "", MENU_FILE_DIRECTORY, 0, 0);
|
||||
menu_list_push(list,
|
||||
"host0:/", "", MENU_FILE_DIRECTORY, 0, 0);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user