[PR #766] [MERGED] Add support for Redumper Xbox dumps #1152

Open
opened 2026-01-29 16:25:44 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/766
Author: @Deterous
Created: 11/24/2024
Status: Merged
Merged: 11/25/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (8)

📊 Changes

4 files changed (+109 additions, -23 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Processors/DiscImageCreator.cs (+12 -8)
📝 MPF.Processors/Redumper.cs (+96 -12)
📝 MPF.Processors/XboxBackupCreator.cs (+0 -3)

📄 Description

Adds full support for Redumper Xbox/Xbox360 Kreon dumps.

Also minor cleanup of XBC/DIC processors for Xbox/360.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/766 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 11/24/2024 **Status:** ✅ Merged **Merged:** 11/25/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`09c09eb`](https://github.com/SabreTools/MPF/commit/09c09ebc32f9d885c01530a7adafadafb687a9d7) Add support for Redumper Xbox dumps - [`0d784da`](https://github.com/SabreTools/MPF/commit/0d784da3fa7baec7ead88336c84c43f45ab6b6ba) Fix doubleup of ranges variable name - [`bec29a1`](https://github.com/SabreTools/MPF/commit/bec29a16b2246cd7f627c0c4cce550988505e133) Don't use FileInfo - [`a939bcf`](https://github.com/SabreTools/MPF/commit/a939bcf726ec5ee400fac89081757fb4cd406c57) Fix RemoveHeader - [`d171d53`](https://github.com/SabreTools/MPF/commit/d171d53c72606d1f8aa72a2e10f03ee659b0aca9) Use manual Stream.CopyTo - [`1c7d447`](https://github.com/SabreTools/MPF/commit/1c7d447fbfd03982567394c9f7b9ab80f435823a) Capitalise DMI/PFI/SS hashes - [`fafb56d`](https://github.com/SabreTools/MPF/commit/fafb56dec0edc1f175450f9bb21e4c14615841a0) Final cleanup - [`2a2bd1f`](https://github.com/SabreTools/MPF/commit/2a2bd1facdda7ff356b5c096d719b75207c49f1b) Final final cleanup ### 📊 Changes **4 files changed** (+109 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Processors/DiscImageCreator.cs` (+12 -8) 📝 `MPF.Processors/Redumper.cs` (+96 -12) 📝 `MPF.Processors/XboxBackupCreator.cs` (+0 -3) </details> ### 📄 Description Adds full support for Redumper Xbox/Xbox360 Kreon dumps. Also minor cleanup of XBC/DIC processors for Xbox/360. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1152