Go to the source code of this file.
Macro Definition Documentation
#define PSP_MODULE_AV_AAC 0x0306 |
#define PSP_MODULE_AV_ATRAC3PLUS 0x0302 |
#define PSP_MODULE_AV_AVCODEC 0x0300 |
#define PSP_MODULE_AV_G729 0x0307 |
#define PSP_MODULE_AV_MP3 0x0304 |
#define PSP_MODULE_AV_MPEGBASE 0x0303 |
#define PSP_MODULE_AV_SASCORE 0x0301 |
#define PSP_MODULE_AV_VAUDIO 0x0305 |
#define PSP_MODULE_IRDA 0x0600 |
#define PSP_MODULE_NET_ADHOC 0x0101 |
#define PSP_MODULE_NET_COMMON 0x0100 |
#define PSP_MODULE_NET_HTTP 0x0105 |
#define PSP_MODULE_NET_INET 0x0102 |
#define PSP_MODULE_NET_PARSEHTTP 0x0104 |
#define PSP_MODULE_NET_PARSEURI 0x0103 |
#define PSP_MODULE_NET_SSL 0x0106 |
#define PSP_MODULE_NP_COMMON 0x0400 |
#define PSP_MODULE_NP_DRM 0x0500 |
#define PSP_MODULE_NP_MATCHING2 0x0402 |
#define PSP_MODULE_NP_SERVICE 0x0401 |
#define PSP_MODULE_USB_CAM 0x0202 |
#define PSP_MODULE_USB_GPS 0x0203 |
#define PSP_MODULE_USB_MIC 0x0201 |
#define PSP_MODULE_USB_PSPCM 0x0200 |
Function Documentation
int sceUtilityLoadModule |
( |
int |
module | ) |
|
Load a module (PRX) from user mode.
- Parameters
-
module | - module to load (PSP_MODULE_xxx) |
- Returns
- 0 on success, < 0 on error
int sceUtilityUnloadModule |
( |
int |
module | ) |
|
Unload a module (PRX) from user mode.
- Parameters
-
module | - module to unload (PSP_MODULE_xxx) |
- Returns
- 0 on success, < 0 on error