mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
Scheduler: Set last running time on thread.
This commit is contained in:
parent
76daf8f672
commit
65225cf61b
2 changed files with 2 additions and 4 deletions
|
@ -295,10 +295,6 @@ void Thread::SetStatus(ThreadStatus new_status) {
|
|||
break;
|
||||
}
|
||||
|
||||
if (status == ThreadStatus::Running) {
|
||||
last_running_ticks = Core::System::GetInstance().CoreTiming().GetCPUTicks();
|
||||
}
|
||||
|
||||
status = new_status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue