summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 20e86fb81..a75071e9b 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -72,7 +72,6 @@ enum ThreadProcessorId : s32 {
72}; 72};
73 73
74enum class ThreadStatus { 74enum class ThreadStatus {
75 Running, ///< Currently running
76 Ready, ///< Ready to run 75 Ready, ///< Ready to run
77 Paused, ///< Paused by SetThreadActivity or debug 76 Paused, ///< Paused by SetThreadActivity or debug
78 WaitHLEEvent, ///< Waiting for hle event to finish 77 WaitHLEEvent, ///< Waiting for hle event to finish