mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
Update Redumper to build 683 (#933)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- Update Redumper to build 682 (Dreamcast support)
|
||||
- Add default subfolder to CLI outputs
|
||||
- Update DIC to 20260101
|
||||
- Update Redumper to build 683
|
||||
|
||||
### 3.6.0 (2025-11-28)
|
||||
|
||||
|
||||
@@ -122,6 +122,7 @@ namespace MPF.ExecutionContexts.Redumper
|
||||
[FlagStrings.ForceFlash] = new FlagInput(FlagStrings.ForceFlash),
|
||||
[FlagStrings.SkipSubcodeDesync] = new FlagInput(FlagStrings.SkipSubcodeDesync),
|
||||
[FlagStrings.CdrErrorThreshold] = new Int32Input(FlagStrings.CdrErrorThreshold),
|
||||
[FlagStrings.ScsiTimeout] = new Int32Input(FlagStrings.ScsiTimeout),
|
||||
|
||||
// Undocumented
|
||||
[FlagStrings.Debug] = new FlagInput(FlagStrings.Debug),
|
||||
@@ -222,6 +223,7 @@ namespace MPF.ExecutionContexts.Redumper
|
||||
FlagStrings.ForceFlash,
|
||||
FlagStrings.SkipSubcodeDesync,
|
||||
FlagStrings.CdrErrorThreshold,
|
||||
FlagStrings.ScsiTimeout,
|
||||
|
||||
// Undocumented
|
||||
FlagStrings.Debug,
|
||||
|
||||
@@ -92,6 +92,7 @@ namespace MPF.ExecutionContexts.Redumper
|
||||
public const string ForceFlash = "--force-flash";
|
||||
public const string SkipSubcodeDesync = "--skip-subcode-desync";
|
||||
public const string CdrErrorThreshold = "--cdr-error-threshold";
|
||||
public const string ScsiTimeout = "--scsi-timeout";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -100,14 +100,14 @@ function download_programs() {
|
||||
DL_MAP["Creator_win-x86"]="https://github.com/user-attachments/files/24401506/DiscImageCreator_20260101.zip"
|
||||
|
||||
# Redumper
|
||||
DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-arm64.zip"
|
||||
DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x64.zip"
|
||||
#DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x86.zip"
|
||||
DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-arm64.zip"
|
||||
DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-x64.zip"
|
||||
DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-arm64.zip"
|
||||
DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x64.zip"
|
||||
DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x86.zip"
|
||||
DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-linux-arm64.zip"
|
||||
DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-linux-x64.zip"
|
||||
#DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-linux-x86.zip"
|
||||
DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-macos-arm64.zip"
|
||||
DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-macos-x64.zip"
|
||||
DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-windows-arm64.zip"
|
||||
DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-windows-x64.zip"
|
||||
DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b683/redumper-b683-windows-x86.zip"
|
||||
|
||||
# Download and extract files
|
||||
echo "===== Downloading Required Programs ====="
|
||||
|
||||
@@ -89,14 +89,14 @@ function Download-Programs {
|
||||
"Creator_win-x64" = "https://github.com/user-attachments/files/24401506/DiscImageCreator_20260101.zip"
|
||||
|
||||
# Redumper
|
||||
"Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-arm64.zip"
|
||||
"Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x64.zip"
|
||||
#"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-linux-x86.zip"
|
||||
"Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-arm64.zip"
|
||||
"Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-macos-x64.zip"
|
||||
"Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-arm64.zip"
|
||||
"Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x86.zip"
|
||||
"Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b682/redumper-b682-windows-x64.zip"
|
||||
"Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-linux-arm64.zip"
|
||||
"Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-linux-x64.zip"
|
||||
#"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-linux-x86.zip"
|
||||
"Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-macos-arm64.zip"
|
||||
"Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-macos-x64.zip"
|
||||
"Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-windows-arm64.zip"
|
||||
"Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-windows-x86.zip"
|
||||
"Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b683/redumper-b683-windows-x64.zip"
|
||||
}
|
||||
|
||||
# Download and extract files
|
||||
|
||||
Reference in New Issue
Block a user