[PR #2674] [MERGED] Handle "-patch" as the suffix for game update folders #2901

Closed
opened 2026-02-27 22:01:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2674
Author: @kalaposfos13
Created: 3/23/2025
Status: Merged
Merged: 3/23/2025
Merged by: @georgemoralis

Base: mainHead: handle--patch


📝 Commits (3)

📊 Changes

8 files changed (+39 additions, -9 deletions)

View changed files

📝 src/core/file_format/pkg.cpp (+1 -1)
📝 src/core/file_sys/fs.cpp (+4 -0)
📝 src/emulator.cpp (+1 -1)
📝 src/qt_gui/game_info.cpp (+1 -1)
📝 src/qt_gui/game_info.h (+6 -0)
📝 src/qt_gui/gui_context_menus.h (+21 -2)
📝 src/qt_gui/kbm_config_dialog.cpp (+2 -1)
📝 src/qt_gui/main_window.cpp (+3 -3)

📄 Description

Some game dumping tools name game updates CUSAXXXXX-patch, so the user had to rename that to CUSAXXXXX-UPDATE previously. With this PR, those dumps now become plug-and-play. Everything works as far as I could see from my testing, but I do admit that just like a typical programmer I also don't like to test extensively, so some things might be wrong.


🔄 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/shadps4-emu/shadPS4/pull/2674 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 3/23/2025 **Status:** ✅ Merged **Merged:** 3/23/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `handle--patch` --- ### 📝 Commits (3) - [`a6a8f2a`](https://github.com/shadps4-emu/shadPS4/commit/a6a8f2a00baf0c123d47a044e401ab1be0e9e8c1) Handle "-patch" as the suffix for game update folders - [`e2592c8`](https://github.com/shadps4-emu/shadPS4/commit/e2592c86103775160d45f6d490939f78503dd97f) clang - [`1cf7fcf`](https://github.com/shadps4-emu/shadPS4/commit/1cf7fcfdc69091841dfc147870c6c8936d96bd01) clang 2 ### 📊 Changes **8 files changed** (+39 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/core/file_format/pkg.cpp` (+1 -1) 📝 `src/core/file_sys/fs.cpp` (+4 -0) 📝 `src/emulator.cpp` (+1 -1) 📝 `src/qt_gui/game_info.cpp` (+1 -1) 📝 `src/qt_gui/game_info.h` (+6 -0) 📝 `src/qt_gui/gui_context_menus.h` (+21 -2) 📝 `src/qt_gui/kbm_config_dialog.cpp` (+2 -1) 📝 `src/qt_gui/main_window.cpp` (+3 -3) </details> ### 📄 Description Some game dumping tools name game updates `CUSAXXXXX-patch`, so the user had to rename that to `CUSAXXXXX-UPDATE` previously. With this PR, those dumps now become plug-and-play. Everything works as far as I could see from my testing, but I do admit that just like a typical programmer I also don't like to test extensively, so some things might be wrong. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2901
No description provided.