mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 11:34:55 +00:00
tmp
This commit is contained in:
parent
460fc4e678
commit
01317b2543
@ -179,6 +179,7 @@ int EqueueInternal::GetTriggeredEvents(SceKernelEvent* ev, int num) {
|
||||
bool EqueueInternal::AddSmallTimer(EqueueEvent& ev) {
|
||||
// the small timer storage and wait logic should be reworked.
|
||||
|
||||
// id check
|
||||
ev.time_added = std::chrono::steady_clock::now();
|
||||
small_timer_event = std::move(ev);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user