CDImage: Support loading subchannel from LSD files

This commit is contained in:
Stenzek
2023-11-15 19:05:21 +10:00
parent 7aa4180e17
commit bc485ee55b
9 changed files with 71 additions and 23 deletions

View File

@ -413,7 +413,7 @@ bool CDImageCHD::Open(const char* filename, Error* error)
m_lba_count = disc_lba;
AddLeadOutIndex();
m_sbi.LoadSBIFromImagePath(filename);
m_sbi.LoadFromImagePath(filename);
return Seek(1, Position{0, 0, 0});
}