[PR #1308] [MERGED] Multiple Install Folders #2045

Closed
opened 2026-02-27 21:14:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1308
Author: @ElBread3
Created: 10/9/2024
Status: Merged
Merged: 10/10/2024
Merged by: @georgemoralis

Base: mainHead: multipleinstallfolders


📝 Commits (4)

📊 Changes

11 files changed (+278 additions, -21 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/config.cpp (+26 -7)
📝 src/common/config.h (+2 -2)
📝 src/qt_gui/game_info.cpp (+9 -7)
📝 src/qt_gui/game_install_dialog.cpp (+6 -2)
src/qt_gui/install_dir_select.cpp (+76 -0)
src/qt_gui/install_dir_select.h (+31 -0)
📝 src/qt_gui/main.cpp (+1 -1)
📝 src/qt_gui/main_window.cpp (+6 -2)
📝 src/qt_gui/settings_dialog.cpp (+49 -0)
📝 src/qt_gui/settings_dialog.ui (+70 -0)

📄 Description

Switches the install directory to be a list of multiple game folders. Adds a popup on install pkg to choose which directory to install to. Should solve https://github.com/shadps4-emu/shadPS4/issues/226 and https://github.com/shadps4-emu/shadPS4/issues/1304

TODO:

  • Add a way to add and remove folders in the settings panel

🔄 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/1308 **Author:** [@ElBread3](https://github.com/ElBread3) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `multipleinstallfolders` --- ### 📝 Commits (4) - [`d54f988`](https://github.com/shadps4-emu/shadPS4/commit/d54f98835310951550420f1cf3ef006086c86b32) multiple install folders implimentation - [`fe3ad66`](https://github.com/shadps4-emu/shadPS4/commit/fe3ad666f2e52397752b15f8d23a7980115c59bd) clang format - [`39c88ed`](https://github.com/shadps4-emu/shadPS4/commit/39c88ed5880d54b209ef0750faee2e8861d093d0) paths setting tab - [`df4c77a`](https://github.com/shadps4-emu/shadPS4/commit/df4c77a5254d973579c20c26e7c608544e1d9110) clang format ### 📊 Changes **11 files changed** (+278 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/config.cpp` (+26 -7) 📝 `src/common/config.h` (+2 -2) 📝 `src/qt_gui/game_info.cpp` (+9 -7) 📝 `src/qt_gui/game_install_dialog.cpp` (+6 -2) ➕ `src/qt_gui/install_dir_select.cpp` (+76 -0) ➕ `src/qt_gui/install_dir_select.h` (+31 -0) 📝 `src/qt_gui/main.cpp` (+1 -1) 📝 `src/qt_gui/main_window.cpp` (+6 -2) 📝 `src/qt_gui/settings_dialog.cpp` (+49 -0) 📝 `src/qt_gui/settings_dialog.ui` (+70 -0) </details> ### 📄 Description Switches the install directory to be a list of multiple game folders. Adds a popup on install pkg to choose which directory to install to. Should solve https://github.com/shadps4-emu/shadPS4/issues/226 and https://github.com/shadps4-emu/shadPS4/issues/1304 TODO: - [x] Add a way to add and remove folders in the settings panel --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:58 +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#2045
No description provided.