mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2302] [MERGED] Remapping: Documentation and defaults update + add option to use a unified config #2636
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#2636
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/2302
Author: @kalaposfos13
Created: 1/31/2025
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @georgemoralis
Base:
main← Head:remap-doc-update📝 Commits (3)
e5b0d63Add a toggle to use unified or per-game configs, and add a deadzone example to the default config49d0a30Add a checkbox to toggle config typede6cf4bclang📊 Changes
5 files changed (+36 additions, -6 deletions)
View changed files
📝
src/common/config.cpp(+15 -1)📝
src/common/config.h(+2 -0)📝
src/input/input_handler.cpp(+2 -5)📝
src/qt_gui/kbm_config_dialog.cpp(+11 -0)📝
src/qt_gui/kbm_help_dialog.h(+6 -0)📄 Description
Adds an example of deadzone configuration to the default config, and adds the ability to use only one config file (which will be default.ini if the option is set to true, which it is by default) instead of one config per every game.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.