mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 10:55:41 -04:00
CDROM: Save sector buffer to state
This commit is contained in:
parent
71022e9cca
commit
c4574027e0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user