From a3aee47a59af3b0552649160c4474f7f339e268e Mon Sep 17 00:00:00 2001 From: SMOKE5 Date: Sun, 11 Oct 2015 21:17:07 -0400 Subject: Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk --- include/user/kernel/processmgr.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'include/user/kernel/processmgr.h') diff --git a/include/user/kernel/processmgr.h b/include/user/kernel/processmgr.h index e5e2a12..68008c0 100644 --- a/include/user/kernel/processmgr.h +++ b/include/user/kernel/processmgr.h @@ -9,26 +9,26 @@ extern "C" { #endif enum { - PSP2_KERNEL_PROCESS_PRIORITY_SYSTEM_HIGH = 32, - PSP2_KERNEL_PROCESS_PRIORITY_SYSTEM_DEFAULT = 96, - PSP2_KERNEL_PROCESS_PRIORITY_SYSTEM_LOW = 159 + SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_HIGH = 32, + SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_DEFAULT = 96, + SCE_KERNEL_PROCESS_PRIORITY_SYSTEM_LOW = 159 }; enum { - PSP2_KERNEL_PROCESS_PRIORITY_USER_HIGH = 64, - PSP2_KERNEL_PROCESS_PRIORITY_USER_DEFAULT = 96, - PSP2_KERNEL_PROCESS_PRIORITY_USER_LOW = 127 + SCE_KERNEL_PROCESS_PRIORITY_USER_HIGH = 64, + SCE_KERNEL_PROCESS_PRIORITY_USER_DEFAULT = 96, + SCE_KERNEL_PROCESS_PRIORITY_USER_LOW = 127 }; enum { /** Cancel all timers */ - PSP2_KERNEL_POWER_TICK_DEFAULT = 0, + SCE_KERNEL_POWER_TICK_DEFAULT = 0, /** Cancel automatic suspension timer */ - PSP2_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND = 1, + SCE_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND = 1, /** Cancel OLED-off timer */ - PSP2_KERNEL_POWER_TICK_DISABLE_OLED_OFF = 4, + SCE_KERNEL_POWER_TICK_DISABLE_OLED_OFF = 4, /** Cancel OLED dimming timer */ - PSP2_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING = 6 + SCE_KERNEL_POWER_TICK_DISABLE_OLED_DIMMING = 6 }; /*** -- cgit v1.2.3