Skip to content

Commit ecc00a2

Browse files
authored
Update Redumper to build 681 (Dreamcast support) (#930)
* Update redumper to b678 * Update Redumper to build 681 (Dreamcast support) * build 682
1 parent 2d90c84 commit ecc00a2

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

CHANGELIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Update Redumper to build 671
66
- Update Redumper to build 676 (rename asus flags to mediatek)
77
- Use default media type if not provided
8+
- Update Redumper to build 682 (Dreamcast support)
89

910
### 3.6.0 (2025-11-28)
1011

MPF.ExecutionContexts/Redumper/ExecutionContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public override int? Speed
109109
[FlagStrings.Continue] = new StringInput(FlagStrings.Continue),
110110
[FlagStrings.LBAStart] = new Int32Input(FlagStrings.LBAStart),
111111
[FlagStrings.LBAEnd] = new Int32Input(FlagStrings.LBAEnd),
112+
[FlagStrings.LBAEndBySubcode] = new Int32Input(FlagStrings.LBAEndBySubcode),
112113
[FlagStrings.RefineSubchannel] = new FlagInput(FlagStrings.RefineSubchannel),
113114
[FlagStrings.RefineSectorMode] = new FlagInput(FlagStrings.RefineSectorMode),
114115
[FlagStrings.Skip] = new StringInput(FlagStrings.Skip),
@@ -120,7 +121,6 @@ public override int? Speed
120121
//[FlagStrings.Firmware] = new StringInput(FlagStrings.Firmware) { Quotes = true },
121122
[FlagStrings.ForceFlash] = new FlagInput(FlagStrings.ForceFlash),
122123
[FlagStrings.SkipSubcodeDesync] = new FlagInput(FlagStrings.SkipSubcodeDesync),
123-
[FlagStrings.Rings] = new FlagInput(FlagStrings.Rings),
124124
[FlagStrings.CdrErrorThreshold] = new Int32Input(FlagStrings.CdrErrorThreshold),
125125

126126
// Undocumented
@@ -209,6 +209,7 @@ public override Dictionary<string, List<string>> GetCommandSupport()
209209
FlagStrings.Continue,
210210
FlagStrings.LBAStart,
211211
FlagStrings.LBAEnd,
212+
FlagStrings.LBAEndBySubcode,
212213
FlagStrings.RefineSubchannel,
213214
FlagStrings.RefineSectorMode,
214215
FlagStrings.Skip,
@@ -220,7 +221,6 @@ public override Dictionary<string, List<string>> GetCommandSupport()
220221
//FlagStrings.Firmware,
221222
FlagStrings.ForceFlash,
222223
FlagStrings.SkipSubcodeDesync,
223-
FlagStrings.Rings,
224224
FlagStrings.CdrErrorThreshold,
225225

226226
// Undocumented

MPF.ExecutionContexts/Redumper/FlagStrings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static class FlagStrings
7979
public const string Continue = "--continue";
8080
public const string LBAStart = "--lba-start";
8181
public const string LBAEnd = "--lba-end";
82+
public const string LBAEndBySubcode = "--lba-end-by-subcode";
8283
public const string RefineSubchannel = "--refine-subchannel";
8384
public const string RefineSectorMode = "--refine-sector-mode";
8485
public const string Skip = "--skip";
@@ -90,7 +91,6 @@ public static class FlagStrings
9091
public const string Firmware = "--firmware";
9192
public const string ForceFlash = "--force-flash";
9293
public const string SkipSubcodeDesync = "--skip-subcode-desync";
93-
public const string Rings = "--rings";
9494
public const string CdrErrorThreshold = "--cdr-error-threshold";
9595

9696
#endregion

MPF.UI/Resources/Strings.fr.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<system:String x:Key="EnableDarkModeCheckBoxString">Activer le mode sombre</system:String>
6161
<system:String x:Key="CheckForUpdatesCheckBoxString">Vérifier les mises à jour au démarrage</system:String>
6262
<system:String x:Key="CopyURLToClipboardCheckBoxString">Copier l’URL de mise à jour</system:String>
63-
<system:String x:Key="FastUpdateLabelCheckBoxString">Étiquette de mise à jour rapide</system:String>
63+
<system:String x:Key="FastUpdateLabelCheckBoxString">Mise à jour rapide du titre du disque</system:String>
6464
<system:String x:Key="DefaultUILanguageLabelString">Langue par défaut de l’interface :</system:String>
6565
<system:String x:Key="DetectionGroupBoxString">Détection</system:String>
6666
<system:String x:Key="SkipSystemDetectCheckBoxString">Ignorer la détection du système</system:String>
@@ -81,7 +81,7 @@
8181
<system:String x:Key="DumpingGroupBoxString">Dumping</system:String>
8282
<system:String x:Key="ShowDiscInfoCheckBoxString">Afficher les infos du disque</system:String>
8383
<system:String x:Key="PullAllInformationCheckBoxString">Récupérer toutes les informations</system:String>
84-
<system:String x:Key="EnableTabInputCheckBoxString">Activer la saisie par tabulation</system:String>
84+
<system:String x:Key="EnableTabInputCheckBoxString">Activer la saisie des tabulations</system:String>
8585
<system:String x:Key="EnableRedumpCompatibilityCheckBoxString">Activer la compatibilité Redump</system:String>
8686
<system:String x:Key="ShowEjectReminderCheckBoxString">Afficher le rappel d’éjection</system:String>
8787
<system:String x:Key="AddPlaceholdersCheckBoxString">Ajouter des espaces réservés</system:String>

publish-nix.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ function download_programs() {
100100
DL_MAP["Creator_win-x86"]="https://github.com/user-attachments/files/22080480/DiscImageCreator_20250901.zip"
101101

102102
# Redumper
103-
DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-linux-arm64.zip"
104-
DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-linux-x64.zip"
105-
#DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-linux-x86.zip"
106-
DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-macos-arm64.zip"
107-
DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-macos-x64.zip"
108-
DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-windows-arm64.zip"
109-
DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-windows-x64.zip"
110-
DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b676/redumper-b676-windows-x86.zip"
103+
DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-arm64.zip"
104+
DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x64.zip"
105+
#DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x86.zip"
106+
DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-arm64.zip"
107+
DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-x64.zip"
108+
DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-arm64.zip"
109+
DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x64.zip"
110+
DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x86.zip"
111111

112112
# Download and extract files
113113
echo "===== Downloading Required Programs ====="

publish-win.ps1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ function Download-Programs {
8989
"Creator_win-x64" = "https://github.com/user-attachments/files/22080480/DiscImageCreator_20250901.zip"
9090

9191
# Redumper
92-
"Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-linux-arm64.zip"
93-
"Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-linux-x64.zip"
94-
#"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-linux-x86.zip"
95-
"Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-macos-arm64.zip"
96-
"Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-macos-x64.zip"
97-
"Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-windows-arm64.zip"
98-
"Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-windows-x86.zip"
99-
"Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b676/redumper-b676-windows-x64.zip"
92+
"Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-arm64.zip"
93+
"Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x64.zip"
94+
#"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x86.zip"
95+
"Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-arm64.zip"
96+
"Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-x64.zip"
97+
"Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-arm64.zip"
98+
"Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x86.zip"
99+
"Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x64.zip"
100100
}
101101

102102
# Download and extract files

0 commit comments

Comments
 (0)