mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Savestates: Fix rsxaudio
This commit is contained in:
parent
6db8b84048
commit
b2e969eb8f
5 changed files with 21 additions and 11 deletions
|
|
@ -33,7 +33,7 @@ struct lv2_timer_thread
|
|||
lv2_timer::lv2_timer(utils::serial& ar)
|
||||
: lv2_obj{1}
|
||||
, state(ar)
|
||||
, port(lv2_event_queue::load_ptr(ar, port))
|
||||
, port(lv2_event_queue::load_ptr(ar, port, "timer"))
|
||||
, source(ar)
|
||||
, data1(ar)
|
||||
, data2(ar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue