[PR #1090] [CLOSED] Config: Configurable User Path #1924

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1090
Author: @ElBread3
Created: 9/26/2024
Status: Closed

Base: mainHead: userpathconfig


📝 Commits (4)

📊 Changes

11 files changed (+74 additions, -27 deletions)

View changed files

📝 src/common/config.cpp (+10 -0)
📝 src/common/config.h (+2 -0)
📝 src/common/path_util.cpp (+1 -0)
📝 src/common/path_util.h (+1 -0)
📝 src/emulator.cpp (+1 -1)
📝 src/qt_gui/check_update.cpp (+2 -2)
📝 src/qt_gui/game_install_dialog.cpp (+47 -16)
📝 src/qt_gui/game_install_dialog.h (+3 -2)
📝 src/qt_gui/main.cpp (+4 -3)
📝 src/qt_gui/main_window.cpp (+2 -2)
📝 src/qt_gui/settings_dialog.cpp (+1 -1)

📄 Description

Implements configuration of user paths on emulator startup, and refactors to use a ConfigDir path type. To solve the issue of the configuration file's location not being determinable on startup anymore, the config file is placed in the app data folder.


🔄 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/1090 **Author:** [@ElBread3](https://github.com/ElBread3) **Created:** 9/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `userpathconfig` --- ### 📝 Commits (4) - [`64f50f4`](https://github.com/shadps4-emu/shadPS4/commit/64f50f434bc4ad18bc5e8d91d566df49a942694e) implement user path configuration - [`34390f5`](https://github.com/shadps4-emu/shadPS4/commit/34390f5586c3aa2304b0aaf7742da209beb989ca) clang format - [`9249a89`](https://github.com/shadps4-emu/shadPS4/commit/9249a89ec68203bcf10de6d46885b72b09cda009) clang format - [`c96abf4`](https://github.com/shadps4-emu/shadPS4/commit/c96abf4dcd082c4b0953a1754d3ae7a2c8998140) fixes ### 📊 Changes **11 files changed** (+74 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+10 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/common/path_util.cpp` (+1 -0) 📝 `src/common/path_util.h` (+1 -0) 📝 `src/emulator.cpp` (+1 -1) 📝 `src/qt_gui/check_update.cpp` (+2 -2) 📝 `src/qt_gui/game_install_dialog.cpp` (+47 -16) 📝 `src/qt_gui/game_install_dialog.h` (+3 -2) 📝 `src/qt_gui/main.cpp` (+4 -3) 📝 `src/qt_gui/main_window.cpp` (+2 -2) 📝 `src/qt_gui/settings_dialog.cpp` (+1 -1) </details> ### 📄 Description Implements configuration of user paths on emulator startup, and refactors to use a ConfigDir path type. To solve the issue of the configuration file's location not being determinable on startup anymore, the config file is placed in the app data folder. --- <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:29 +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#1924
No description provided.