mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
sys_event_queue...
This commit is contained in:
parent
26ced19e18
commit
6537909fd2
13 changed files with 299 additions and 370 deletions
|
|
@ -33,7 +33,7 @@ void lv2_timer::on_task()
|
|||
|
||||
if (queue)
|
||||
{
|
||||
queue->push(lv2_lock, source, data1, data2, expire);
|
||||
queue->send(source, data1, data2, expire);
|
||||
}
|
||||
|
||||
if (period && queue)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue