[PR #785] [CLOSED] Implement per-game configuration, refactor configurations in general #1773

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/785
Author: @kiwidoggie
Created: 9/4/2024
Status: Closed

Base: mainHead: main


📝 Commits (3)

📊 Changes

6 files changed (+1180 additions, -390 deletions)

View changed files

📝 src/common/config.cpp (+844 -379)
📝 src/common/config.h (+327 -5)
📝 src/common/path_util.cpp (+1 -0)
📝 src/common/path_util.h (+1 -1)
📝 src/emulator.cpp (+4 -4)
📝 src/qt_gui/main.cpp (+3 -1)

📄 Description

This should solve the issues of:

https://github.com/shadps4-emu/shadPS4/issues/564

and

https://github.com/shadps4-emu/shadPS4/issues/397

And prepare the work for:

https://github.com/shadps4-emu/shadPS4/issues/614


🔄 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/785 **Author:** [@kiwidoggie](https://github.com/kiwidoggie) **Created:** 9/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`a89f874`](https://github.com/shadps4-emu/shadPS4/commit/a89f87409f24b406a05fecf79e7df8f6d519f31a) Push updated config - [`1ee3b24`](https://github.com/shadps4-emu/shadPS4/commit/1ee3b24c214f1e6c20ca82f5fff1090ee84a74a8) Fix linting issues - [`8a52664`](https://github.com/shadps4-emu/shadPS4/commit/8a526647d395d0ae9b255ccdff74aa83e594cff4) Fix another linting issue ### 📊 Changes **6 files changed** (+1180 additions, -390 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+844 -379) 📝 `src/common/config.h` (+327 -5) 📝 `src/common/path_util.cpp` (+1 -0) 📝 `src/common/path_util.h` (+1 -1) 📝 `src/emulator.cpp` (+4 -4) 📝 `src/qt_gui/main.cpp` (+3 -1) </details> ### 📄 Description This should solve the issues of: https://github.com/shadps4-emu/shadPS4/issues/564 and https://github.com/shadps4-emu/shadPS4/issues/397 And prepare the work for: https://github.com/shadps4-emu/shadPS4/issues/614 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:53 +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#1773
No description provided.