CDROM: Synthesize lead-out area and stop reading when reached

This commit is contained in:
Connor McLaughlin
2020-05-08 10:50:22 +10:00
parent c67e877d82
commit 5b389ae13d
7 changed files with 54 additions and 10 deletions

View File

@ -210,6 +210,7 @@ bool CDImageCueSheet::OpenAndParse(const char* filename)
}
m_lba_count = disc_lba;
AddLeadOutIndex();
m_sbi.LoadSBI(FileSystem::ReplaceExtension(filename, "sbi").c_str());