[PR #2199] [MERGED] Added ability to change save data path #2556

Closed
opened 2026-02-27 22:00:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2199
Author: @rootexpm
Created: 1/21/2025
Status: Merged
Merged: 1/22/2025
Merged by: @georgemoralis

Base: mainHead: savedata


📝 Commits (4)

📊 Changes

6 files changed (+132 additions, -53 deletions)

View changed files

📝 src/common/config.cpp (+15 -0)
📝 src/common/config.h (+2 -0)
📝 src/core/libraries/save_data/save_instance.cpp (+2 -4)
📝 src/qt_gui/settings_dialog.cpp (+32 -1)
📝 src/qt_gui/settings_dialog.ui (+73 -48)
📝 src/qt_gui/translations/en.ts (+8 -0)

📄 Description

This is for issue #2154

Saving to SMB shares should work directly, but I have not tested this as I don't have access to any SMB shares.


🔄 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/2199 **Author:** [@rootexpm](https://github.com/rootexpm) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `savedata` --- ### 📝 Commits (4) - [`35b3d7c`](https://github.com/shadps4-emu/shadPS4/commit/35b3d7c90cf3c3b8963e4dc2b2e891d8354482bc) added ability to change save data path - [`35b4cc1`](https://github.com/shadps4-emu/shadPS4/commit/35b4cc149fbdb11bb40f748d18cc4227246da3ff) get default save data path from fs - [`9af95bb`](https://github.com/shadps4-emu/shadPS4/commit/9af95bb299347f87652fa4a693d7b3134e526e12) add copyright - [`c4c5cfe`](https://github.com/shadps4-emu/shadPS4/commit/c4c5cfe7ff1afffa0347ee69a8a4e9f128deadfb) formatting ### 📊 Changes **6 files changed** (+132 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+15 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/core/libraries/save_data/save_instance.cpp` (+2 -4) 📝 `src/qt_gui/settings_dialog.cpp` (+32 -1) 📝 `src/qt_gui/settings_dialog.ui` (+73 -48) 📝 `src/qt_gui/translations/en.ts` (+8 -0) </details> ### 📄 Description This is for issue #2154 Saving to SMB shares should work directly, but I have not tested this as I don't have access to any SMB shares. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:23 +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#2556
No description provided.