Support absolute LBAs now
This commit is contained in:
@@ -72,9 +72,7 @@ namespace JabyEngine {
|
||||
}
|
||||
|
||||
static constexpr CDTimeStamp from(const FileInfo& file_info) {
|
||||
// Only for now
|
||||
const auto lba = file_info.lba + 2*MaxSector;
|
||||
return CDTimeStamp::from(lba);
|
||||
return CDTimeStamp::from(file_info.lba);
|
||||
}
|
||||
|
||||
constexpr uint8_t get_min_cd() const {
|
||||
|
Reference in New Issue
Block a user