![]() |
vitasdk
Documentation of the vitasdk
|
#include <psp2/types.h>Go to the source code of this file.
Enumerations | |
| enum | SceAVConfigColorSpaceMode { SCE_AVCONFIG_COLOR_SPACE_MODE_DEFAULT = 0 , SCE_AVCONFIG_COLOR_SPACE_MODE_HIGH_CONTRAST = 1 } |
| Color Space Mode values to specify to sceAVConfigSetDisplayColorSpaceMode. More... | |
Functions | |
| int | sceAVConfigGetDisplayMaxBrightness (int *maxBrightness) |
| Get the maximum brightness. | |
| int | sceAVConfigSetDisplayBrightness (int brightness) |
| Set the screen brightness. | |
| int | sceAVConfigGetShutterVol (int *volume) |
| Get the shutter volume. | |
| int | sceAVConfigGetSystemVol (int *volume) |
| Get the system volume. | |
| int | sceAVConfigSetSystemVol (int volume) |
| Set the system volume. | |
| int | sceAVConfigMuteOn (void) |
| Turns on mute. | |
| int | sceAVConfigSetDisplayColorSpaceMode (int csm) |
| Sets the color space mode on runtime. | |