Go to the source code of this file.
Macro Definition Documentation
#define PSP_USB_MODULE_ACC 2 |
#define PSP_USB_MODULE_CAM 4 |
#define PSP_USB_MODULE_GPS 5 |
#define PSP_USB_MODULE_MIC 3 |
#define PSP_USB_MODULE_PSPCM 1 |
Function Documentation
int sceUtilityLoadUsbModule |
( |
int |
module | ) |
|
Load a usb module (PRX) from user mode.
Available on firmware 2.70 and higher only.
- Parameters
-
module | - module number to load (PSP_USB_MODULE_xxx) |
- Returns
- 0 on success, < 0 on error
int sceUtilityUnloadUsbModule |
( |
int |
module | ) |
|
Unload a usb module (PRX) from user mode.
Available on firmware 2.70 and higher only.
- Parameters
-
module | - module number to be unloaded |
- Returns
- 0 on success, < 0 on error