[PR #599] [MERGED] Pull PS3 Firmware Version #1056

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/599
Author: @Deterous
Created: 11/4/2023
Status: Merged
Merged: 11/4/2023
Merged by: @mnadareski

Base: masterHead: ps3-pup-ver


📝 Commits (6)

  • afe4517 Attempt to read PS3 firmware version
  • 4bfdf68 Improve PS3 Firmware Version parsing
  • 79e96ab Enable PS3 Firmware Version detection for all 3 Programs
  • a0c451c Big endian byte location
  • 62ba48a Merge branch 'SabreTools:master' into ps3-pup-ver
  • eab444c Contents field not Comments field

📊 Changes

4 files changed (+82 additions, -0 deletions)

View changed files

📝 MPF.Core/InfoTool.cs (+64 -0)
📝 MPF.Core/Modules/Aaru/Parameters.cs (+6 -0)
📝 MPF.Core/Modules/DiscImageCreator/Parameters.cs (+6 -0)
📝 MPF.Core/Modules/Redumper/Parameters.cs (+6 -0)

📄 Description

This pulls the PS3 firmware update version (from /PS3_UPDATE/PS3UPDAT.PUP) and puts PS3 Firmware 1.00 etc in the Patches field.
Implements #597

Please squash merge :)


🔄 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/599 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 11/4/2023 **Status:** ✅ Merged **Merged:** 11/4/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `ps3-pup-ver` --- ### 📝 Commits (6) - [`afe4517`](https://github.com/SabreTools/MPF/commit/afe45174fd28c5f22993e486e2f0f37a8472c7e1) Attempt to read PS3 firmware version - [`4bfdf68`](https://github.com/SabreTools/MPF/commit/4bfdf6830965a301b3a1670d562942f9429d3703) Improve PS3 Firmware Version parsing - [`79e96ab`](https://github.com/SabreTools/MPF/commit/79e96ab82cbb978a2105339b3c6e0455743c195c) Enable PS3 Firmware Version detection for all 3 Programs - [`a0c451c`](https://github.com/SabreTools/MPF/commit/a0c451c2ce0ea310bea6bc572387381bd59c2c20) Big endian byte location - [`62ba48a`](https://github.com/SabreTools/MPF/commit/62ba48a1f290add5075a39c009fc3466ddf8a817) Merge branch 'SabreTools:master' into ps3-pup-ver - [`eab444c`](https://github.com/SabreTools/MPF/commit/eab444cebdbe5fc2ef880150fd9ebdfc3fdc37a8) Contents field not Comments field ### 📊 Changes **4 files changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Core/InfoTool.cs` (+64 -0) 📝 `MPF.Core/Modules/Aaru/Parameters.cs` (+6 -0) 📝 `MPF.Core/Modules/DiscImageCreator/Parameters.cs` (+6 -0) 📝 `MPF.Core/Modules/Redumper/Parameters.cs` (+6 -0) </details> ### 📄 Description This pulls the PS3 firmware update version (from /PS3_UPDATE/PS3UPDAT.PUP) and puts `PS3 Firmware 1.00` etc in the Patches field. Implements #597 Please squash merge :) --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1056