PSPSDK 2026-09-17
Loading...
Searching...
No Matches
pspimpose.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.h - Prototypes for the sceImpose library.
7 *
8 * Copyright (c) 2007 Iaroslav Gaponenko <adrahil@gmail.com>
9 *
10 */
11
12#ifndef __IMPOSE_H__
13#define __IMPOSE_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19#define PSP_IMPOSE_UMD_POPUP_ENABLED 1
20#define PSP_IMPOSE_UMD_POPUP_DISABLED 0
21
29
38
45int sceImposeGetLanguageMode(int *lang, int *button);
46
57int sceImposeSetLanguageMode(int lang, int button);
58
66
74int sceImposeSetUMDPopup(int value);
75
83
91int sceImposeSetHomePopup(int value);
92
93#ifdef __cplusplus
94}
95#endif
96
97#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 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.