Skip to content

Commit

Permalink
Only generate extra xbox files during dump phase
Browse files Browse the repository at this point in the history
  • Loading branch information
Deterous authored Jan 17, 2025
1 parent f403106 commit 71eceb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvd/dvd_dump.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ export bool redumper_dump_dvd(Context &ctx, const Options &options, DumpMode dum
LOG("warning: failed to unlock drive at end of dump, SCSI ({})", SPTD::StatusMessage(status));

// generate .dmi, .pfi, .ss if requested
if(options.generate_extra_xbox)
if(dump_mode == DumpMode::DUMP && options.generate_extra_xbox)
generate_extra_xbox(image_prefix);
}

Expand Down

0 comments on commit 71eceb6

Please sign in to comment.