![]() |
vitasdk
Documentation of the vitasdk
|
Exports for User. More...
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. | |
Exports for User.
Include the header file in your project:
Link the library to the executable:
| enum SceUsbstorVstorType |
| int sceUsbstorVStorSetImgFilePath | ( | const char * | path | ) |
Set image file path.
| [in] | path | - Image file path |
| int sceUsbstorVStorSetDeviceInfo | ( | const char * | name, |
| const char * | version | ||
| ) |
Set USB descriptor device information.
| [in] | name | - Name |
| [in] | version | - Version |
| int sceUsbstorVStorStart | ( | SceUsbstorVstorType | type | ) |
Start USB virtual storage.
| [in] | type | - One of SceUsbstorVstorType |
| int sceUsbstorVStorStop | ( | void | ) |
Stop USB virtual storage.