mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-29 19:15:38 +00:00
CDROM: Add missing fields to save state
This commit is contained in:
parent
e3c6035152
commit
6df8d42480
|
@ -34,6 +34,9 @@ bool CDROM::DoState(StateWrapper& sw)
|
|||
{
|
||||
sw.Do(&m_state);
|
||||
sw.Do(&m_status.bits);
|
||||
sw.Do(&m_secondary_status.bits);
|
||||
sw.Do(&m_interrupt_enable_register);
|
||||
sw.Do(&m_interrupt_flag_register);
|
||||
sw.Do(&m_param_fifo);
|
||||
sw.Do(&m_response_fifo);
|
||||
sw.Do(&m_data_fifo);
|
||||
|
|
Loading…
Reference in a new issue