CDROM: Reset XA resampler state on read

Should get rid of pops when switching files.
This commit is contained in:
Connor McLaughlin
2020-05-12 12:36:08 +10:00
parent 634880b5e3
commit d866bd9cb8
2 changed files with 15 additions and 11 deletions

View File

@ -237,6 +237,7 @@ private:
void StopReadingWithDataEnd();
void BeginSeeking(bool logical, bool read_after_seek, bool play_after_seek);
void ResetCurrentXAFile();
void ResetXAResampler();
void LoadDataFIFO();
void ClearSectorBuffers();