CDROM: Save sector buffer to state

This commit is contained in:
Connor McLaughlin 2019-09-30 01:07:57 +10:00
parent 71022e9cca
commit c4574027e0
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ bool CDROM::DoState(StateWrapper& sw)
sw.Do(&m_param_fifo);
sw.Do(&m_response_fifo);
sw.Do(&m_data_fifo);
sw.Do(&m_sector_buffer);
u64 media_lba = m_media ? m_media->GetCurrentLBA() : 0;
sw.Do(&m_media_filename);