hle: kernel: thread: Remove unused "Running" state.
This commit is contained in:
parent
63fd1bb503
commit
c2ad1243ba
3 changed files with 9 additions and 21 deletions
|
@ -72,7 +72,6 @@ enum ThreadProcessorId : s32 {
|
|||
};
|
||||
|
||||
enum class ThreadStatus {
|
||||
Running, ///< Currently running
|
||||
Ready, ///< Ready to run
|
||||
Paused, ///< Paused by SetThreadActivity or debug
|
||||
WaitHLEEvent, ///< Waiting for hle event to finish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue