diff options
author | Sunguk Lee | 2017-06-21 01:08:34 +0900 |
---|---|---|
committer | Sunguk Lee | 2017-06-21 01:48:13 +0900 |
commit | 996762f2c74a492cfe873e3dc6e3bf902297e8bc (patch) | |
tree | 163550a893b2b946936d58abb6eef64bfa0e458d /include/user/avconfig.h | |
parent | Added new NIDs (diff) | |
download | vds-libraries-996762f2c74a492cfe873e3dc6e3bf902297e8bc.tar.gz |
Manually revert #179 changes
- revert bit size of the structs;
this change have issue for build vita2d
- revert ErrorCode of SceMsgDialogErrorCodeParam;
I don't know reason of why change to TitleCase
- remove some whitespaces
- add some spaces
Diffstat (limited to 'include/user/avconfig.h')
-rw-r--r-- | include/user/avconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/avconfig.h b/include/user/avconfig.h index fe0596d..8e0d893 100644 --- a/include/user/avconfig.h +++ b/include/user/avconfig.h @@ -11,7 +11,7 @@ extern "C" { * Get the maximum brightness. * * @param[out] maxBrightness - Maximum brightness. - * + * * @return 0 on success, < 0 on error. */ int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness); @@ -20,7 +20,7 @@ int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness); * Set the screen brightness. * * @param brightness - Brightness that the screen will be set to (range 21-65536, 0 turns off the screen). - * + * * @return 0 on success, < 0 on error. */ int sceAVConfigSetDisplayBrightness(int brightness); |