mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 02:25:46 -04:00
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:
@ -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();
|
||||
|
Reference in New Issue
Block a user