![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Enumerations | |
| enum | SceUsbstorVstorType { SCE_USBSTOR_VSTOR_TYPE_FAT = 0 , SCE_USBSTOR_VSTOR_TYPE_CDROM = 5 } |
Functions | |
| int | sceUsbstorVStorSetImgFilePath (const char *path) |
| Set image file path. | |
| int | sceUsbstorVStorSetDeviceInfo (const char *name, const char *version) |
| Set USB descriptor device information. | |
| int | sceUsbstorVStorStart (SceUsbstorVstorType type) |
| Start USB virtual storage. | |
| int | sceUsbstorVStorStop (void) |
| Stop USB virtual storage. | |