[PR #2712] [MERGED] Fix the "Open Update Folder" for folders ending with "-patch" #2927

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

📋 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: mainHead: fix-update-folder


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2712 **Author:** [@Missake212](https://github.com/Missake212) **Created:** 3/29/2025 **Status:** ✅ Merged **Merged:** 3/29/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `fix-update-folder` --- ### 📝 Commits (2) - [`fef3cdd`](https://github.com/shadps4-emu/shadPS4/commit/fef3cdd2cf24b4e6cfc8baf796f403f0658ab86d) fix open update folder - [`d9cc290`](https://github.com/shadps4-emu/shadPS4/commit/d9cc29018bb3474d7901dae5dcd8b84e31d23865) Update gui_context_menus.h ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/gui_context_menus.h` (+4 -2) </details> ### 📄 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. --- <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:48 +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#2927
No description provided.