Skip to content
  • Brian Koropoff's avatar
    Avoid reading entire sector to get subchannel data · 5d227ea4
    Brian Koropoff authored
    Since the subchannel data is either computed from scratch or
    read from a separate sbi file, it's entirely unnecessary.
    
    This avoids a synchronous file read in PreSeekHack in the CD
    controller code which otherwise completely defeats async read
    behavior.  It also makes the sector read hint provided to the
    background thread more useful.
    5d227ea4