PSPSDK 2026-09-17
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#include <pspimpose.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21typedef int SceImposeParam;
22
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
37
44
53int sceImposeSetParam(SceImposeParam param, int value);
54
62int sceImposeCheckVideoOut(int *value);
63
64#ifdef __cplusplus
65}
66#endif
67
68#endif
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.