CDROM: Set seeking bit in stat when seeking

pull/211/head
Connor McLaughlin 5 years ago
parent c700913322
commit eb6dbbfb13

@ -1127,6 +1127,7 @@ void CDROM::BeginSeeking(bool logical, bool read_after_seek, bool play_after_see
m_secondary_status.ClearActiveBits();
m_secondary_status.motor_on = true;
m_secondary_status.seeking = true;
m_sector_buffer.clear();
m_drive_state = logical ? DriveState::SeekingLogical : DriveState::SeekingPhysical;

Loading…
Cancel
Save