summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/common/kernel/threadmgr.h4
-rw-r--r--include/user/shellutil.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/common/kernel/threadmgr.h b/include/common/kernel/threadmgr.h
index 0dc8b31..0077fc5 100644
--- a/include/common/kernel/threadmgr.h
+++ b/include/common/kernel/threadmgr.h
@@ -152,8 +152,8 @@ typedef SceInt32 (*SceKernelThreadEntry)(SceSize argSize, void *pArgBlock);
#define SCE_KERNEL_ATTR_MULTI (0x00001000U)
#define SCE_KERNEL_ATTR_TH_FIFO (0x00000000U)
#define SCE_KERNEL_ATTR_TH_PRIO (0x00002000U)
-#define SCE_KERNEL_ATTR_MS_FIFO (0x00000000U)
-#define SCE_KERNEL_ATTR_MS_PRIO (0x00000000U)
+#define SCE_KERNEL_ATTR_MS_FIFO (0x00000000U) // Unused
+#define SCE_KERNEL_ATTR_MS_PRIO (0x00000000U) // Unused
#define SCE_KERNEL_ATTR_OPENABLE (0x00000080U)
#define SCE_KERNEL_OPEN_LIMIT_MAX (127)
diff --git a/include/user/shellutil.h b/include/user/shellutil.h
index 29d7a47..93b4097 100644
--- a/include/user/shellutil.h
+++ b/include/user/shellutil.h
@@ -1,3 +1,3 @@
-#pragma GCC warning "shellutil.h is deprecated. Please include shellsvc.h."
+#pragma GCC warning "psp2/shellutil.h is deprecated. Please include psp2/shellsvc.h."
#include <psp2/shellsvc.h>