Currently, MPF UI options allows for Redumper BE_CDDA mode and GENERIC drive type.
These are somewhat arbitrary (e.g. why not also allow BE mode, or other drive types) and more importantly can misinform users who may set these options without knowing that they are not supported for redump submission.
This PR gates GENERIC drive mode behind a new "Non-Redump Mode", as well as extends read method beyond just BE_CDDA, and adds a new sector order option (Fixes #690 )
Preview:
Checking non-redump options shows a warning:
The advanced Redumper options can now be set.
Unchecking Non-Redump Options resets the three options back to their defaults.
Currently, MPF UI options allows for Redumper BE_CDDA mode and GENERIC drive type. These are somewhat arbitrary (e.g. why not also allow BE mode, or other drive types) and more importantly can misinform users who may set these options without knowing that they are not supported for redump submission.
This PR gates GENERIC drive mode behind a new "Non-Redump Mode", as well as extends read method beyond just BE_CDDA, and adds a new sector order option (Fixes #690 )
Preview:
Checking non-redump options shows a warning:
The advanced Redumper options can now be set.
Unchecking Non-Redump Options resets the three options back to their defaults.