mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2589] [MERGED] Add global/common user folder for Windows #2843
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#2843
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/2589
Author: @rainmakerv3
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/4/2025
Merged by: @georgemoralis
Base:
main← Head:GlobalWindowsUserFolder📝 Commits (3)
15304efAdd global windows user folderb5a45c2Add button for creating portable folder620d33cAdd notice about restarting after creating the portable folder📊 Changes
3 files changed (+92 additions, -17 deletions)
View changed files
📝
src/common/path_util.cpp(+6 -0)📝
src/qt_gui/settings_dialog.cpp(+19 -0)📝
src/qt_gui/settings_dialog.ui(+67 -17)📄 Description
Closes https://github.com/shadps4-emu/shadPS4/issues/2549
Similar to other OS's, this creates a global user folder for shadps4 on Windows (Appdata/Roaming/shadps4). Same as other OS, if there is a portable user folder present, shadPS4 will use that instead, so users can still have separate settings per folder if they want.
Also adds a button for easily creating a portable user folder under Settings Dialog / paths tab:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.