[PR #778] [MERGED] Add DumpingParameters for DIC and Redumper #1155

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/778
Author: @Deterous
Created: 12/12/2024
Status: Merged
Merged: 12/12/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (5)

📊 Changes

6 files changed (+129 additions, -0 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Processors.Test/DiscImageCreatorTests.cs (+29 -0)
📝 MPF.Processors.Test/RedumperTests.cs (+29 -0)
📝 MPF.Processors.Test/TestData/Redumper/CDROM/test.log (+3 -0)
📝 MPF.Processors/DiscImageCreator.cs (+28 -0)
📝 MPF.Processors/Redumper.cs (+39 -0)

📄 Description

An attempt to solve #714
Needs testing before merging.


🔄 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/778 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`c35b873`](https://github.com/SabreTools/MPF/commit/c35b87304f10c9bf85442303c267d9c36d9bbe6b) DumpingParameters for DIC and Redumper - [`45d3aaf`](https://github.com/SabreTools/MPF/commit/45d3aaf7e9000f1fa2ceafc77b7c5ca9011ffff7) Update changelog - [`8240096`](https://github.com/SabreTools/MPF/commit/82400967a12acff69060618d5e84fe987ab616cb) fix typo - [`ac5c544`](https://github.com/SabreTools/MPF/commit/ac5c5440ef488fd7c91c21cf17444da6e0370bbc) Fix test - [`5e56206`](https://github.com/SabreTools/MPF/commit/5e56206e913714d4b0d58c93c0cbcc46f724b656) Merge branch 'master' into master ### 📊 Changes **6 files changed** (+129 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Processors.Test/DiscImageCreatorTests.cs` (+29 -0) 📝 `MPF.Processors.Test/RedumperTests.cs` (+29 -0) 📝 `MPF.Processors.Test/TestData/Redumper/CDROM/test.log` (+3 -0) 📝 `MPF.Processors/DiscImageCreator.cs` (+28 -0) 📝 `MPF.Processors/Redumper.cs` (+39 -0) </details> ### 📄 Description An attempt to solve #714 Needs testing before merging. --- <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#1155