mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
Events improved
This commit is contained in:
parent
fea6fd1a70
commit
85b63de631
9 changed files with 45 additions and 12 deletions
|
@ -32,7 +32,7 @@ s32 sys_timer_create(vm::ptr<u32> timer_id)
|
|||
|
||||
if (queue)
|
||||
{
|
||||
queue->push(timer->source, timer->data1, timer->data2, timer->start);
|
||||
queue->push(lv2_lock, timer->source, timer->data1, timer->data2, timer->start);
|
||||
}
|
||||
|
||||
if (timer->period && queue)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue