mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 18:37:52 -05:00
hle: kernel: thread: Remove unused "Running" state.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user