mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 05:35:27 +00:00
[PR #920] [MERGED] New Redumper Drive Pregap Start option #1234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/920
Author: @Deterous
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @mnadareski
Base:
master← Head:master📝 Commits (4)
86d8d9fPregap start option35f786aFix DriveType namesb50fb19Fix options window16c258fUpdate changelist📊 Changes
17 files changed (+65 additions, -27 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.ExecutionContexts/Redumper/ExecutionContext.cs(+7 -0)📝
MPF.ExecutionContexts/Redumper/SettingConstants.cs(+3 -0)📝
MPF.Frontend/EnumExtensions.cs(+24 -24)📝
MPF.Frontend/Options.cs(+9 -0)📝
MPF.UI/Resources/Strings.de.xaml(+1 -0)📝
MPF.UI/Resources/Strings.es.xaml(+1 -0)📝
MPF.UI/Resources/Strings.fr.xaml(+1 -0)📝
MPF.UI/Resources/Strings.it.xaml(+1 -0)📝
MPF.UI/Resources/Strings.ja.xaml(+1 -0)📝
MPF.UI/Resources/Strings.ko.xaml(+1 -0)📝
MPF.UI/Resources/Strings.pl.xaml(+1 -0)📝
MPF.UI/Resources/Strings.ru.xaml(+1 -0)📝
MPF.UI/Resources/Strings.sv.xaml(+1 -0)📝
MPF.UI/Resources/Strings.uk.xaml(+1 -0)📝
MPF.UI/Resources/Strings.xaml(+1 -0)📝
MPF.UI/Windows/OptionsWindow.xaml(+10 -3)📄 Description
New option (and UI options window textbox) to provide default redumper drive pregap start value.
Also fixes #919 by fixing typo in ToRedumperDriveType, so that DriveType flag is passed to redumper properly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.