mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-03-25 20:20:21 -06:00
fix: Compiling with newer Boost
This commit is contained in:
parent
073f931729
commit
3ab69e24db
@ -62,7 +62,7 @@ bool EqueueInternal::ScheduleEvent(u64 id, s16 filter,
|
||||
} else {
|
||||
// If the timer already exists we are scheduling a reoccurrence after the next period.
|
||||
// Set the expiration time to the previous occurrence plus the period.
|
||||
it->timer->expires_at(it->timer->expires_at() + event.timer_interval);
|
||||
it->timer->expires_at(it->timer->expiry() + event.timer_interval);
|
||||
}
|
||||
|
||||
it->timer->async_wait(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user