mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1308] [MERGED] Multiple Install Folders #2045
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#2045
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/1308
Author: @ElBread3
Created: 10/9/2024
Status: ✅ Merged
Merged: 10/10/2024
Merged by: @georgemoralis
Base:
main← Head:multipleinstallfolders📝 Commits (4)
d54f988multiple install folders implimentationfe3ad66clang format39c88edpaths setting tabdf4c77aclang format📊 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.