[PR #2302] [MERGED] Remapping: Documentation and defaults update + add option to use a unified config #2636

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

📋 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: mainHead: remap-doc-update


📝 Commits (3)

  • e5b0d63 Add a toggle to use unified or per-game configs, and add a deadzone example to the default config
  • 49d0a30 Add a checkbox to toggle config type
  • de6cf4b clang

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2302 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 1/31/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `remap-doc-update` --- ### 📝 Commits (3) - [`e5b0d63`](https://github.com/shadps4-emu/shadPS4/commit/e5b0d638fdd8eaca0e8353e23a2a0ab0b2856601) Add a toggle to use unified or per-game configs, and add a deadzone example to the default config - [`49d0a30`](https://github.com/shadps4-emu/shadPS4/commit/49d0a3057a160889fa65e0f94ce5530bbdf71342) Add a checkbox to toggle config type - [`de6cf4b`](https://github.com/shadps4-emu/shadPS4/commit/de6cf4b5107b02adb456397c8a542dd8a5d76935) clang ### 📊 Changes **5 files changed** (+36 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <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:40 +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#2636
No description provided.