[PR #784] [MERGED] Verify SecuROM sector count #1163

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/784
Author: @Deterous
Created: 12/18/2024
Status: Merged
Merged: 12/18/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (9)

📊 Changes

5 files changed (+121 additions, -70 deletions)

View changed files

📝 CHANGELIST.md (+65 -64)
📝 MPF.Processors.Test/RedumperTests.cs (+3 -3)
📝 MPF.Processors/DiscImageCreator.cs (+21 -0)
MPF.Processors/Enumerations.cs (+14 -0)
📝 MPF.Processors/Redumper.cs (+18 -3)

📄 Description

Adds warning to comments if SecuROM sector count is not expected.
Fixes #752


🔄 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/784 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`2964b89`](https://github.com/SabreTools/MPF/commit/2964b890ee8a4b786e1cf0ba8dd9d9d10da56e89) Verify securom sector count - [`1726b2c`](https://github.com/SabreTools/MPF/commit/1726b2cb114877802531b68ea57ede4939fb939c) Make securom enum internal - [`7f71b0a`](https://github.com/SabreTools/MPF/commit/7f71b0a1d4c954b066e2c08951d671d2bc2744d8) Fix bugs - [`d6618b6`](https://github.com/SabreTools/MPF/commit/d6618b6cc1cdd1451728b5b5010acbd23aaa7dd2) Don't set explicit var in test - [`cbb1803`](https://github.com/SabreTools/MPF/commit/cbb1803f8909a3b6a122bbde77d034643c61e080) Deal with review - [`66c516f`](https://github.com/SabreTools/MPF/commit/66c516f53860086b426e5c0e7311c4f563eca630) Fix mistake - [`8d878db`](https://github.com/SabreTools/MPF/commit/8d878db31bc2afa74e67defc9383ed18c3d1fdb8) Oops - [`3f87d78`](https://github.com/SabreTools/MPF/commit/3f87d78434a3d5fb3ea1cfb1548d3da2550fda12) Proper DIC securom sector count - [`d584c19`](https://github.com/SabreTools/MPF/commit/d584c19eb96c91e2c8e436b99ac74abe17aa544d) fix names ### 📊 Changes **5 files changed** (+121 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+65 -64) 📝 `MPF.Processors.Test/RedumperTests.cs` (+3 -3) 📝 `MPF.Processors/DiscImageCreator.cs` (+21 -0) ➕ `MPF.Processors/Enumerations.cs` (+14 -0) 📝 `MPF.Processors/Redumper.cs` (+18 -3) </details> ### 📄 Description Adds warning to comments if SecuROM sector count is not expected. Fixes #752 --- <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:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1163