diff options
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
| -rw-r--r-- | src/core/hle/kernel/thread.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/kernel/thread.cpp b/src/core/hle/kernel/thread.cpp index 51cc5dcca..fc6c0bc85 100644 --- a/src/core/hle/kernel/thread.cpp +++ b/src/core/hle/kernel/thread.cpp | |||
| @@ -295,10 +295,6 @@ void Thread::SetStatus(ThreadStatus new_status) { | |||
| 295 | break; | 295 | break; |
| 296 | } | 296 | } |
| 297 | 297 | ||
| 298 | if (status == ThreadStatus::Running) { | ||
| 299 | last_running_ticks = Core::System::GetInstance().CoreTiming().GetCPUTicks(); | ||
| 300 | } | ||
| 301 | |||
| 302 | status = new_status; | 298 | status = new_status; |
| 303 | } | 299 | } |
| 304 | 300 | ||