mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #2674] [MERGED] Handle "-patch" as the suffix for game update folders #2901
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2901
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/shadps4-emu/shadPS4/pull/2674
Author: @kalaposfos13
Created: 3/23/2025
Status: ✅ Merged
Merged: 3/23/2025
Merged by: @georgemoralis
Base:
main← Head:handle--patch📝 Commits (3)
a6a8f2aHandle "-patch" as the suffix for game update folderse2592c8clang1cf7fcfclang 2📊 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 toCUSAXXXXX-UPDATEpreviously. 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.