Skip to content

Commit

Permalink
Make Ribshark FW flag more conservative, 10 sectors into leadout
Browse files Browse the repository at this point in the history
  • Loading branch information
Deterous authored Jan 23, 2025
1 parent dd4ebf8 commit 192064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/cd_dump.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ export bool redumper_dump_cd(Context &ctx, const Options &options, bool refine)
if(lba + 1 == lba_overread && !options.lba_end && (lba_overread - lba_end <= 100 || options.overread_leadout))
++lba_overread;

if(lba_overread == lba_end + 1 && drive_is_asus_ribshark(ctx.drive_config))
if(lba == lba_end + 10 && drive_is_asus_ribshark(ctx.drive_config))
LOG_R("RibShark FW: Reading lead-out");
}
else
Expand Down

0 comments on commit 192064b

Please sign in to comment.