mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #785] [CLOSED] Implement per-game configuration, refactor configurations in general #1773
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#1773
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/785
Author: @kiwidoggie
Created: 9/4/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
a89f874Push updated config1ee3b24Fix linting issues8a52664Fix another linting issue📊 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.