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. More... | |
int | sceAVConfigSetDisplayBrightness (int brightness) |
Set the screen brightness. More... | |
int | sceAVConfigGetShutterVol (int *volume) |
Get the shutter volume. More... | |
int | sceAVConfigGetSystemVol (int *volume) |
Get the system volume. More... | |
int | sceAVConfigSetSystemVol (int volume) |
Set the system volume. More... | |
int | sceAVConfigMuteOn (void) |
Turns on mute. More... | |
int | sceAVConfigSetDisplayColorSpaceMode (int csm) |
Sets the color space mode on runtime. More... | |