PSPSDK 2026-09-17
Loading...
Searching...
No Matches
pspimpose.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PSP_IMPOSE_UMD_POPUP_ENABLED   1
 
#define PSP_IMPOSE_UMD_POPUP_DISABLED   0
 

Functions

int sceImposeGetBacklightOffTime (void)
 Get the value of the backlight timer.
 
int sceImposeSetBacklightOffTime (int value)
 Set the value of the backlight timer.
 
int sceImposeGetLanguageMode (int *lang, int *button)
 Get the language and button assignment parameters.
 
int sceImposeSetLanguageMode (int lang, int button)
 Set the language and button assignment parameters.
 
int sceImposeGetUMDPopup (void)
 Get the value of the UMD popup.
 
int sceImposeSetUMDPopup (int value)
 Set the value of the UMD popup.
 
int sceImposeGetHomePopup (void)
 Get the value of the Home popup.
 
int sceImposeSetHomePopup (int value)
 Set the value of the Home popup.
 

Macro Definition Documentation

◆ PSP_IMPOSE_UMD_POPUP_DISABLED

#define PSP_IMPOSE_UMD_POPUP_DISABLED   0

◆ PSP_IMPOSE_UMD_POPUP_ENABLED

#define PSP_IMPOSE_UMD_POPUP_ENABLED   1

Function Documentation

◆ sceImposeGetBacklightOffTime()

int sceImposeGetBacklightOffTime ( void )

Get the value of the backlight timer.

Returns
backlight timer in seconds or < 0 on error

◆ sceImposeGetHomePopup()

int sceImposeGetHomePopup ( void )

Get the value of the Home popup.

Returns
home popup state or < 0 on error

◆ sceImposeGetLanguageMode()

int sceImposeGetLanguageMode ( int * lang,
int * button )

Get the language and button assignment parameters.

Returns
< 0 on error

◆ sceImposeGetUMDPopup()

int sceImposeGetUMDPopup ( void )

Get the value of the UMD popup.

Returns
umd popup state or < 0 on error

◆ sceImposeSetBacklightOffTime()

int sceImposeSetBacklightOffTime ( int value)

Set the value of the backlight timer.

Parameters
value- The backlight timer. (30 to a lot of seconds)
Returns
< 0 on error

◆ sceImposeSetHomePopup()

int sceImposeSetHomePopup ( int value)

Set the value of the Home popup.

Parameters
value- The popup mode.
Returns
< 0 on error

◆ sceImposeSetLanguageMode()

int sceImposeSetLanguageMode ( int lang,
int button )

Set the language and button assignment parameters.

/!\ parameter values not known.

Parameters
lang- Language
button- Button assignment
Returns
< 0 on error

◆ sceImposeSetUMDPopup()

int sceImposeSetUMDPopup ( int value)

Set the value of the UMD popup.

Parameters
value- The popup mode.
Returns
< 0 on error