add host0 support for psp2shell (usb)

This commit is contained in:
cpasjuste 2017-09-28 11:10:03 +02:00
parent 45e9f755aa
commit b1830540a6

1
file.c
View File

@ -37,6 +37,7 @@ static char *devices[] = {
"ux0:",
"vd0:",
"vs0:",
"host0:",
};
#define N_DEVICES (sizeof(devices) / sizeof(char **))