mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 19:35:41 -04:00
CDROM: Clear data FIFO on reset
Fixes Snatcher booting.
This commit is contained in:
parent
bc98b2470c
commit
3890a539ee
@ -1569,6 +1569,7 @@ void CDROM::DoResetComplete(TickCount ticks_late)
|
|||||||
m_secondary_status.motor_on = CanReadMedia();
|
m_secondary_status.motor_on = CanReadMedia();
|
||||||
m_mode.bits = 0;
|
m_mode.bits = 0;
|
||||||
m_mode.read_raw_sector = true;
|
m_mode.read_raw_sector = true;
|
||||||
|
m_data_fifo.Clear();
|
||||||
|
|
||||||
if (!CanReadMedia())
|
if (!CanReadMedia())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user