[PR #1176] [MERGED] config: Add option to change DLC install path. #1972

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1176
Author: @squidbus
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @georgemoralis

Base: mainHead: dlc-dir


📝 Commits (1)

  • 36b9b2c config: Add option to change DLC install path.

📊 Changes

8 files changed (+69 additions, -10 deletions)

View changed files

📝 src/common/config.cpp (+15 -0)
📝 src/common/config.h (+2 -0)
📝 src/common/path_util.cpp (+0 -1)
📝 src/common/path_util.h (+0 -1)
📝 src/core/libraries/app_content/app_content.cpp (+3 -3)
📝 src/qt_gui/game_install_dialog.cpp (+43 -2)
📝 src/qt_gui/game_install_dialog.h (+4 -1)
📝 src/qt_gui/main_window.cpp (+2 -2)

📄 Description

Adds a config option to change the DLC install path. It's useful to be able to point this to a directory of DLC contents independent of your config and other user data, same as how the game path works.

For users with existing config files, the current DLC path is defaulted to. When a user is opening the emulator for the first time, a DLC directory option will appear next to the game directory option, with the path inside the user directory filled in as the default in case the user does not care.


🔄 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/1176 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `dlc-dir` --- ### 📝 Commits (1) - [`36b9b2c`](https://github.com/shadps4-emu/shadPS4/commit/36b9b2cfb60629275beea656e04a5a9eba1f3f12) config: Add option to change DLC install path. ### 📊 Changes **8 files changed** (+69 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+15 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/common/path_util.cpp` (+0 -1) 📝 `src/common/path_util.h` (+0 -1) 📝 `src/core/libraries/app_content/app_content.cpp` (+3 -3) 📝 `src/qt_gui/game_install_dialog.cpp` (+43 -2) 📝 `src/qt_gui/game_install_dialog.h` (+4 -1) 📝 `src/qt_gui/main_window.cpp` (+2 -2) </details> ### 📄 Description Adds a config option to change the DLC install path. It's useful to be able to point this to a directory of DLC contents independent of your config and other user data, same as how the game path works. For users with existing config files, the current DLC path is defaulted to. When a user is opening the emulator for the first time, a DLC directory option will appear next to the game directory option, with the path inside the user directory filled in as the default in case the user does not care. --- <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:40 +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#1972
No description provided.