mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-11 13:45:26 +00:00
[PR #784] [MERGED] Verify SecuROM sector count #1163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (9)
2964b89Verify securom sector count1726b2cMake securom enum internal7f71b0aFix bugsd6618b6Don't set explicit var in testcbb1803Deal with review66c516fFix mistake8d878dbOops3f87d78Proper DIC securom sector countd584c19fix names📊 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.