CDROM: Don't use valid bit for last subq, read on reset

Fixes GetlocP failing after resetting the system, causing some FMVs to
break/games to get wedged.
This commit is contained in:
Connor McLaughlin
2020-04-06 00:25:56 +10:00
parent b7cdaaf36a
commit 0c1547d9e3
3 changed files with 40 additions and 29 deletions

View File

@ -277,7 +277,6 @@ private:
CDXA::XASubHeader m_last_sector_subheader{};
bool m_last_sector_header_valid = false;
CDImage::SubChannelQ m_last_subq{};
bool m_last_subq_valid = false;
u8 m_last_cdda_report_frame_nibble = 0xFF;
u8 m_cdda_report_delay = 0x00;
u8 m_play_track_number_bcd = 0xFF;