mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 19:45:33 +00: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