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/power.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/user/power.h') diff --git a/include/user/power.h b/include/user/power.h index 8a6cadd..55a5543 100644 --- a/include/user/power.h +++ b/include/user/power.h @@ -15,7 +15,7 @@ typedef enum ScePowerCallbackType { SCE_POWER_CB_RESUMING = 0x00020000, /** indicates the unit has finish resuming from suspend mode */ SCE_POWER_CB_RESUME_COMPLETE = 0x00040000 -}ScePowerCallbackType; +} ScePowerCallbackType; /* Callbacks */ @@ -140,7 +140,7 @@ int scePowerGetBatteryCycleCount(void); * * @return CPU clock frequency in Mhz */ -int scePowerGetArmClockFrequency(void); +int scePowerGetArmClockFrequency(void); /** * Returns BUS clock frequency -- cgit v1.2.3