CDROM: Don't delay CDDA report, only skip index 0

Fixes music in Advanced V.G.
This commit is contained in:
Connor McLaughlin
2020-05-16 00:27:05 +10:00
parent 14b2506d7d
commit e1157bff65
3 changed files with 2 additions and 6 deletions

View File

@ -281,7 +281,6 @@ private:
bool m_last_sector_header_valid = false;
CDImage::SubChannelQ m_last_subq{};
u8 m_last_cdda_report_frame_nibble = 0xFF;
u8 m_cdda_report_delay = 0x00;
u8 m_play_track_number_bcd = 0xFF;
u8 m_async_command_parameter = 0x00;