[PR #848] [MERGED] Relax PS3CFW output filename requirements #1194

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/848
Author: @Deterous
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (7)

📊 Changes

3 files changed (+16 additions, -3 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Processors/PS3CFW.cs (+14 -2)
📝 MPF.Processors/XboxBackupCreator.cs (+1 -1)

📄 Description

This fixes a design error where PS3CFW expects output files with consistent basename, while ManaGunZ has filestamps in the default output name (unique per file).

I also added a literal period to the XBC log.txt check (is this needed?)


🔄 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/848 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`21b1f01`](https://github.com/SabreTools/MPF/commit/21b1f0144a8141479c7d49f87f3420bbf555209f) Relax PS3CFW output filename requirements - [`eb8860e`](https://github.com/SabreTools/MPF/commit/eb8860eaef668d3bafdd979e3b33a346a2b0234d) don't use Linq - [`4e63de1`](https://github.com/SabreTools/MPF/commit/4e63de17318819f82257e76a3d9b19b8953bf5b2) better regex - [`0ede92e`](https://github.com/SabreTools/MPF/commit/0ede92e0ffc5f9c81f5e3e08cd9c3c308323aeac) literal backslash - [`b64379b`](https://github.com/SabreTools/MPF/commit/b64379b47eead84a8a8356389e7eb7f25426efb7) requested changes - [`5f120d2`](https://github.com/SabreTools/MPF/commit/5f120d2868476e328feb7fb98245812625f0c9d3) fix - [`c479123`](https://github.com/SabreTools/MPF/commit/c479123f78d62587a2c3765af2135b8c3ca4ca51) Update MPF.Processors/PS3CFW.cs ### 📊 Changes **3 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Processors/PS3CFW.cs` (+14 -2) 📝 `MPF.Processors/XboxBackupCreator.cs` (+1 -1) </details> ### 📄 Description This fixes a design error where PS3CFW expects output files with consistent basename, while ManaGunZ has filestamps in the default output name (unique per file). I also added a literal period to the XBC log.txt check (is this needed?) --- <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:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1194