mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2712] [MERGED] Fix the "Open Update Folder" for folders ending with "-patch" #2927
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#2927
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/2712
Author: @Missake212
Created: 3/29/2025
Status: ✅ Merged
Merged: 3/29/2025
Merged by: @georgemoralis
Base:
main← Head:fix-update-folder📝 Commits (2)
fef3cddfix open update folderd9cc290Update gui_context_menus.h📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
src/qt_gui/gui_context_menus.h(+4 -2)📄 Description
Currently the "Open Update Folder" button in the GUI only works when the folder is named "CUSA00000-UPDATE" but not when the folder is named "CUSA00000-patch":
https://github.com/user-attachments/assets/09809259-b556-4e51-8592-17f7894fc21f
This PR fixes this issue:
https://github.com/user-attachments/assets/677b021b-d4c3-4ed6-9cbd-1c74723496ac
I spent an hour trying to figure this out by trial and error at 4 AM (and I still don't understand every single word in those code lines) so if there's a better way to do it please correct me, all I know is that this worked in the end so I'm already happy.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.