Enumerations | |
enum | pgeSystemLanguages { PGE_LANGUAGE_JAPANESE, PGE_LANGUAGE_ENGLISH, PGE_LANGUAGE_FRENCH, PGE_LANGUAGE_SPANISH, PGE_LANGUAGE_GERMAN, PGE_LANGUAGE_ITALIAN, PGE_LANGUAGE_DUTCH, PGE_LANGUAGE_PORTUGUESE, PGE_LANGUAGE_RUSSIAN, PGE_LANGUAGE_KOREAN, PGE_LANGUAGE_CHINESE_TRADITIONAL, PGE_LANGUAGE_CHINESE_SIMPLIFIED } |
Functions | |
void | pgeSystemGetNickname (char *nickname) |
void | pgeSystemGetPsid (unsigned char *psid) |
int | pgeSystemGetLanguage (void) |
void | pgeSystemGetMac (unsigned char *mac) |
float | pgeSystemMsSize (void) |
float | pgeSystemMsFreeSize (void) |
unsigned int | pgeSystemGetFreeRam (void) |
int | pgeSystemSetCpu (unsigned int freq) |
int | pgeSystemGetBatteryPercent (void) |
int | pgeSystemGetBatteryTime (void) |
int | pgeSystemGetBatteryCharging (void) |
int | pgeSystemGetBatteryExists (void) |
int | pgeSystemGetBatteryIsLow (void) |
enum pgeSystemLanguages |
Enumerator for languages.
int pgeSystemGetBatteryCharging | ( | void | ) |
Get if the battery is charging or not.
int pgeSystemGetBatteryExists | ( | void | ) |
Get if the battery exists.
int pgeSystemGetBatteryIsLow | ( | void | ) |
Get if the battery charge is low.
int pgeSystemGetBatteryPercent | ( | void | ) |
Get the battery charge as a percentage.
int pgeSystemGetBatteryTime | ( | void | ) |
Get the battery charge in minutes.
unsigned int pgeSystemGetFreeRam | ( | void | ) |
Get the free RAM size.
int pgeSystemGetLanguage | ( | void | ) |
void pgeSystemGetMac | ( | unsigned char * | mac | ) |
Get the MAC address of the PSP
mac | - Pointer to a buffer to store the mac (should be 8 bytes). |
void pgeSystemGetNickname | ( | char * | nickname | ) |
Get the nickname of the PSP
nickname | - Pointer to a buffer to store the nickname (should be 128 bytes). |
void pgeSystemGetPsid | ( | unsigned char * | psid | ) |
Get the PSID of the PSP
psid | - Pointer to a buffer to store the PSID (should be 16 bytes). |
float pgeSystemMsFreeSize | ( | void | ) |
Get the free memory stick size.
float pgeSystemMsSize | ( | void | ) |
Get the memory stick size.
int pgeSystemSetCpu | ( | unsigned int | freq | ) |
Get the CPU speed.
freq | - The frequency of the CPU 1-333 |