summaryrefslogtreecommitdiff
path: root/include/user/kernel/processmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/kernel/processmgr.h')
-rw-r--r--include/user/kernel/processmgr.h20
1 files changed, 10 insertions, 10 deletions
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
};
/***