vitasdk
Documentation of the vitasdk
usbstorvstor.h
Go to the documentation of this file.
1
7#ifndef _PSP2_USBSTORVSTOR_H_
8#define _PSP2_USBSTORVSTOR_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
18
26int sceUsbstorVStorSetImgFilePath(const char *path);
27
36int sceUsbstorVStorSetDeviceInfo(const char *name, const char *version);
37
46
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* _PSP2_USBSTORVSTOR_H_ */
uint8_t type
0 = read?, 1 = write?, 2 = feature?, 3 = ?
Definition bt.h:2
uint16_t version
Definition kbl.h:0
int sceUsbstorVStorStop(void)
Stop USB virtual storage.
int sceUsbstorVStorSetImgFilePath(const char *path)
Set image file path.
int sceUsbstorVStorStart(SceUsbstorVstorType type)
Start USB virtual storage.
int sceUsbstorVStorSetDeviceInfo(const char *name, const char *version)
Set USB descriptor device information.
SceUsbstorVstorType
Definition usbstorvstor.h:14
@ SCE_USBSTOR_VSTOR_TYPE_CDROM
Definition usbstorvstor.h:16
@ SCE_USBSTOR_VSTOR_TYPE_FAT
Definition usbstorvstor.h:15