mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Savestates: Fix rsxaudio
This commit is contained in:
parent
6db8b84048
commit
b2e969eb8f
5 changed files with 21 additions and 11 deletions
|
|
@ -419,7 +419,7 @@ cell_audio_thread::cell_audio_thread(utils::serial& ar)
|
|||
for (key_info& k : keys)
|
||||
{
|
||||
ar(k.start_period, k.flags, k.source);
|
||||
k.port = lv2_event_queue::load_ptr(ar, k.port);
|
||||
k.port = lv2_event_queue::load_ptr(ar, k.port, "audio");
|
||||
}
|
||||
|
||||
ar(ports);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue