mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 03:55:37 +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) {
|
bool EqueueInternal::AddSmallTimer(EqueueEvent& ev) {
|
||||||
// the small timer storage and wait logic should be reworked.
|
// the small timer storage and wait logic should be reworked.
|
||||||
|
|
||||||
|
// id check
|
||||||
ev.time_added = std::chrono::steady_clock::now();
|
ev.time_added = std::chrono::steady_clock::now();
|
||||||
small_timer_event = std::move(ev);
|
small_timer_event = std::move(ev);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user