mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 15:15:42 -04: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…
x
Reference in New Issue
Block a user