PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
psputility_modules.h File Reference
#include <psptypes.h>
Include dependency graph for psputility_modules.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PSP_MODULE_NET_COMMON   0x0100
 
#define PSP_MODULE_NET_ADHOC   0x0101
 
#define PSP_MODULE_NET_INET   0x0102
 
#define PSP_MODULE_NET_PARSEURI   0x0103
 
#define PSP_MODULE_NET_PARSEHTTP   0x0104
 
#define PSP_MODULE_NET_HTTP   0x0105
 
#define PSP_MODULE_NET_SSL   0x0106
 
#define PSP_MODULE_USB_PSPCM   0x0200
 
#define PSP_MODULE_USB_MIC   0x0201
 
#define PSP_MODULE_USB_CAM   0x0202
 
#define PSP_MODULE_USB_GPS   0x0203
 
#define PSP_MODULE_AV_AVCODEC   0x0300
 
#define PSP_MODULE_AV_SASCORE   0x0301
 
#define PSP_MODULE_AV_ATRAC3PLUS   0x0302
 
#define PSP_MODULE_AV_MPEGBASE   0x0303
 
#define PSP_MODULE_AV_MP3   0x0304
 
#define PSP_MODULE_AV_VAUDIO   0x0305
 
#define PSP_MODULE_AV_AAC   0x0306
 
#define PSP_MODULE_AV_G729   0x0307
 
#define PSP_MODULE_NP_COMMON   0x0400
 
#define PSP_MODULE_NP_SERVICE   0x0401
 
#define PSP_MODULE_NP_MATCHING2   0x0402
 
#define PSP_MODULE_NP_DRM   0x0500
 
#define PSP_MODULE_IRDA   0x0600
 
#define SCE_ERROR_MODULE_ALREADY_LOADED   (0x80111102)
 An error code used as a return value.
 

Functions

int sceUtilityLoadModule (int module)
 Load a module (PRX) from user mode.
 
int sceUtilityUnloadModule (int module)
 Unload a module (PRX) from user mode.
 

Macro Definition Documentation

◆ PSP_MODULE_AV_AAC

#define PSP_MODULE_AV_AAC   0x0306

◆ PSP_MODULE_AV_ATRAC3PLUS

#define PSP_MODULE_AV_ATRAC3PLUS   0x0302

◆ PSP_MODULE_AV_AVCODEC

#define PSP_MODULE_AV_AVCODEC   0x0300

◆ PSP_MODULE_AV_G729

#define PSP_MODULE_AV_G729   0x0307

◆ PSP_MODULE_AV_MP3

#define PSP_MODULE_AV_MP3   0x0304

◆ PSP_MODULE_AV_MPEGBASE

#define PSP_MODULE_AV_MPEGBASE   0x0303

◆ PSP_MODULE_AV_SASCORE

#define PSP_MODULE_AV_SASCORE   0x0301

◆ PSP_MODULE_AV_VAUDIO

#define PSP_MODULE_AV_VAUDIO   0x0305

◆ PSP_MODULE_IRDA

#define PSP_MODULE_IRDA   0x0600

◆ PSP_MODULE_NET_ADHOC

#define PSP_MODULE_NET_ADHOC   0x0101

◆ PSP_MODULE_NET_COMMON

#define PSP_MODULE_NET_COMMON   0x0100

◆ PSP_MODULE_NET_HTTP

#define PSP_MODULE_NET_HTTP   0x0105

◆ PSP_MODULE_NET_INET

#define PSP_MODULE_NET_INET   0x0102

◆ PSP_MODULE_NET_PARSEHTTP

#define PSP_MODULE_NET_PARSEHTTP   0x0104

◆ PSP_MODULE_NET_PARSEURI

#define PSP_MODULE_NET_PARSEURI   0x0103

◆ PSP_MODULE_NET_SSL

#define PSP_MODULE_NET_SSL   0x0106

◆ PSP_MODULE_NP_COMMON

#define PSP_MODULE_NP_COMMON   0x0400

◆ PSP_MODULE_NP_DRM

#define PSP_MODULE_NP_DRM   0x0500

◆ PSP_MODULE_NP_MATCHING2

#define PSP_MODULE_NP_MATCHING2   0x0402

◆ PSP_MODULE_NP_SERVICE

#define PSP_MODULE_NP_SERVICE   0x0401

◆ PSP_MODULE_USB_CAM

#define PSP_MODULE_USB_CAM   0x0202

◆ PSP_MODULE_USB_GPS

#define PSP_MODULE_USB_GPS   0x0203

◆ PSP_MODULE_USB_MIC

#define PSP_MODULE_USB_MIC   0x0201

◆ PSP_MODULE_USB_PSPCM

#define PSP_MODULE_USB_PSPCM   0x0200

◆ SCE_ERROR_MODULE_ALREADY_LOADED

#define SCE_ERROR_MODULE_ALREADY_LOADED   (0x80111102)

An error code used as a return value.

Function Documentation

◆ sceUtilityLoadModule()

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

◆ sceUtilityUnloadModule()

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