mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #1176] [MERGED] config: Add option to change DLC install path. #1972
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#1972
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/1176
Author: @squidbus
Created: 10/1/2024
Status: ✅ Merged
Merged: 10/1/2024
Merged by: @georgemoralis
Base:
main← Head:dlc-dir📝 Commits (1)
36b9b2cconfig: 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.