PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspimpose_driver.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspimpose_driver.h - Prototypes for the sceImpose_driver library.
7 *
8 * Copyright (c) 2007 Iaroslav Gaponenko <adrahil@gmail.com>
9 *
10 */
11
12#ifndef __IMPOSE_DRIVER_H__
13#define __IMPOSE_DRIVER_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19typedef int SceImposeParam;
20
26#define PSP_IMPOSE_MAIN_VOLUME 0x1
27#define PSP_IMPOSE_BACKLIGHT_BRIGHTNESS 0x2
28#define PSP_IMPOSE_EQUALIZER_MODE 0x4
29#define PSP_IMPOSE_MUTE 0x8
30#define PSP_IMPOSE_AVLS 0x10
31#define PSP_IMPOSE_TIME_FORMAT 0x20
32#define PSP_IMPOSE_DATE_FORMAT 0x40
33#define PSP_IMPOSE_LANGUAGE 0x80
34#define PSP_IMPOSE_BACKLIGHT_OFF_INTERVAL 0x200
35#define PSP_IMPOSE_SOUND_REDUCTION 0x400
36
37#define PSP_IMPOSE_UMD_POPUP_ENABLED 1
38#define PSP_IMPOSE_UMD_POPUP_DISABLED 0
39
46
56
64
73
81
93
101
110
118
127
136
137#ifdef __cplusplus
138}
139#endif
140
141#endif
int sceImposeGetUMDPopup(void)
Get the value of the UMD popup.
int sceImposeSetLanguageMode(int lang, int button)
Set the language and button assignment parameters.
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:19
int sceImposeSetHomePopup(int value)
Set the value of the Home popup.
int sceImposeGetBacklightOffTime(void)
Get the value of the backlight timer.
int sceImposeGetLanguageMode(int *lang, int *button)
Get the language and button assignment parameters.
int sceImposeSetUMDPopup(int value)
Set the value of the UMD popup.
int sceImposeSetBacklightOffTime(int value)
Set the value of the backlight timer.
int sceImposeGetHomePopup(void)
Get the value of the Home popup.
int sceImposeGetParam(SceImposeParam param)
Fetch the value of an Impose parameter.
float x
Definition psptypes.h:0