CDROM: Don't prevent GetlocL after Init

Console apparently just returns whatever was in memory, even though it
seeked to the start. Fixes Meremanoid booting.
This commit is contained in:
Connor McLaughlin 2022-12-08 19:55:59 +10:00
parent dfdbc9a8ce
commit 1905ce3e01

View file

@ -189,7 +189,6 @@ void CDROM::SoftReset(TickCount ticks_late)
m_play_after_seek = false;
m_muted = false;
m_adpcm_muted = false;
m_last_sector_header_valid = false;
m_last_cdda_report_frame_nibble = 0xFF;
ResetAudioDecoder();