[PR #663] [MERGED] Add PS3 CFW support to MPF.Check #1092

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/663
Author: @Deterous
Created: 2/27/2024
Status: Merged
Merged: 2/29/2024
Merged by: @mnadareski

Base: masterHead: ps3-cfw


📝 Commits (2)

  • ef1fe7c Add PS3 CFW support to MPF.Check
  • 7b2bcf5 Do everything better

📊 Changes

7 files changed (+340 additions, -13 deletions)

View changed files

📝 MPF.Core/Converters/EnumConverter.cs (+6 -0)
📝 MPF.Core/Data/Enumerations.cs (+1 -0)
📝 MPF.Core/DumpEnvironment.cs (+1 -0)
MPF.Core/Modules/PS3CFW/Parameters.cs (+292 -0)
📝 MPF.Core/SubmissionInfoTool.cs (+1 -1)
📝 MPF.Core/UI/ViewModels/CheckDumpViewModel.cs (+1 -1)
📝 MPF.Core/Utilities/Tools.cs (+38 -11)

📄 Description

Had a go at adding PS3 CFW support, which requires parsing .getkey.log, .disc.pic, ISO hash and ISO PVD.
Requires a bit more testing


🔄 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/663 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 2/27/2024 **Status:** ✅ Merged **Merged:** 2/29/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `ps3-cfw` --- ### 📝 Commits (2) - [`ef1fe7c`](https://github.com/SabreTools/MPF/commit/ef1fe7c9a1684645d606b8492703fd3f340b2ad6) Add PS3 CFW support to MPF.Check - [`7b2bcf5`](https://github.com/SabreTools/MPF/commit/7b2bcf53efadd2f3682b134a994bfe8c2f71bb67) Do everything better ### 📊 Changes **7 files changed** (+340 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Core/Converters/EnumConverter.cs` (+6 -0) 📝 `MPF.Core/Data/Enumerations.cs` (+1 -0) 📝 `MPF.Core/DumpEnvironment.cs` (+1 -0) ➕ `MPF.Core/Modules/PS3CFW/Parameters.cs` (+292 -0) 📝 `MPF.Core/SubmissionInfoTool.cs` (+1 -1) 📝 `MPF.Core/UI/ViewModels/CheckDumpViewModel.cs` (+1 -1) 📝 `MPF.Core/Utilities/Tools.cs` (+38 -11) </details> ### 📄 Description Had a go at adding PS3 CFW support, which requires parsing .getkey.log, .disc.pic, ISO hash and ISO PVD. Requires a bit more testing --- <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:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1092