12#ifndef __IMPOSE_DRIVER_H__
13#define __IMPOSE_DRIVER_H__
27#define PSP_IMPOSE_MAIN_VOLUME 0x1
28#define PSP_IMPOSE_BACKLIGHT_BRIGHTNESS 0x2
29#define PSP_IMPOSE_EQUALIZER_MODE 0x4
30#define PSP_IMPOSE_MUTE 0x8
31#define PSP_IMPOSE_AVLS 0x10
32#define PSP_IMPOSE_TIME_FORMAT 0x20
33#define PSP_IMPOSE_DATE_FORMAT 0x40
34#define PSP_IMPOSE_LANGUAGE 0x80
35#define PSP_IMPOSE_BACKLIGHT_OFF_INTERVAL 0x200
36#define PSP_IMPOSE_SOUND_REDUCTION 0x400
int sceImposeCheckVideoOut(int *value)
Check the video out.
int sceImposeSetParam(SceImposeParam param, int value)
Change the value of an Impose parameter.
int SceImposeParam
Definition pspimpose_driver.h:21
int sceImposeGetParam(SceImposeParam param)
Fetch the value of an Impose parameter.