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