From 996762f2c74a492cfe873e3dc6e3bf902297e8bc Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Wed, 21 Jun 2017 01:08:34 +0900 Subject: 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 --- include/user/avconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/user/avconfig.h') 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); -- cgit v1.2.3