mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
fix: Compiling with newer Boost
This commit is contained in:
parent
073f931729
commit
3ab69e24db
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue