diff options
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index d384d50db..77aec099a 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -26,6 +26,7 @@ enum ThreadPriority : u32 { | |||
| 26 | THREADPRIO_USERLAND_MAX = 24, ///< Highest thread priority for userland apps | 26 | THREADPRIO_USERLAND_MAX = 24, ///< Highest thread priority for userland apps |
| 27 | THREADPRIO_DEFAULT = 44, ///< Default thread priority for userland apps | 27 | THREADPRIO_DEFAULT = 44, ///< Default thread priority for userland apps |
| 28 | THREADPRIO_LOWEST = 63, ///< Lowest thread priority | 28 | THREADPRIO_LOWEST = 63, ///< Lowest thread priority |
| 29 | THREADPRIO_COUNT = 64, ///< Total number of possible thread priorities. | ||
| 29 | }; | 30 | }; |
| 30 | 31 | ||
| 31 | enum ThreadProcessorId : s32 { | 32 | enum ThreadProcessorId : s32 { |