mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Savestates Support For PS3 Emulation (#10478)
This commit is contained in:
parent
969b9eb89d
commit
fcd297ffb2
154 changed files with 4948 additions and 635 deletions
|
|
@ -46,6 +46,12 @@ void voice_manager::reset()
|
|||
queue_keys.clear();
|
||||
}
|
||||
|
||||
void voice_manager::save(utils::serial& ar)
|
||||
{
|
||||
USING_SERIALIZATION_VERSION_COND(ar.is_writing(), cellVoice);
|
||||
ar(id_ctr, port_source, ports, queue_keys, voice_service_started);
|
||||
}
|
||||
|
||||
error_code cellVoiceConnectIPortToOPort(u32 ips, u32 ops)
|
||||
{
|
||||
cellVoice.todo("cellVoiceConnectIPortToOPort(ips=%d, ops=%d)", ips, ops);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue