CDROM: Don't crash when stopping with no media

Fixes #76.
This commit is contained in:
Connor McLaughlin 2020-03-10 00:09:27 +10:00
parent e98c753d3d
commit c2370c598e
1 changed files with 0 additions and 2 deletions

View File

@ -1239,8 +1239,6 @@ void CDROM::DoStopComplete()
m_secondary_status.motor_on = false;
m_sector_buffer.clear();
m_reader.QueueReadSector(0);
m_async_response_fifo.Clear();
m_async_response_fifo.Push(m_secondary_status.bits);
SetAsyncInterrupt(Interrupt::Complete);