mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
Scheduler: Set last running time on thread.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user