[PR #2311] [MERGED] add controller remapping GUI #2641

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2311
Author: @rainmakerv3
Created: 2/1/2025
Status: Merged
Merged: 2/4/2025
Merged by: @georgemoralis

Base: mainHead: RemapGUI


📝 Commits (10+)

  • 3afb906 Initial Version - controller remapping GUI
  • 52ebdcb rework saving to allow for multiple outputs to an input
  • b0780e4 License header
  • cdb6c05 Remove PS logo from image
  • 552b93e Add per game checkbox, fix filename, better whitespace deletion
  • c0a05d2 Reorganize variables, correctly set common config label when selected
  • e60db46 Add option to unmap, set mapping to unmapped when config entry is absent
  • 81c46b0 Add XBox labels
  • 8e9bbad Remove parsing from save function, make window more compact
  • f071c95 Fix typo

📊 Changes

8 files changed (+1937 additions, -2 deletions)

View changed files

📝 CMakeLists.txt (+3 -0)
📝 REUSE.toml (+1 -0)
src/images/ps4_controller.png (+0 -0)
src/qt_gui/control_settings.cpp (+498 -0)
src/qt_gui/control_settings.h (+52 -0)
src/qt_gui/control_settings.ui (+1379 -0)
📝 src/qt_gui/main_window.cpp (+3 -2)
📝 src/shadps4.qrc (+1 -0)

📄 Description

Add a full GUI for controller remapping. This does not cover KBM, the old text editor can still be accessed through a button on this interface.

Translation text not included in the scope.

image


🔄 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/2311 **Author:** [@rainmakerv3](https://github.com/rainmakerv3) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/4/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `RemapGUI` --- ### 📝 Commits (10+) - [`3afb906`](https://github.com/shadps4-emu/shadPS4/commit/3afb906c3fac623ef857c5169a7d774a07a44b8f) Initial Version - controller remapping GUI - [`52ebdcb`](https://github.com/shadps4-emu/shadPS4/commit/52ebdcb6ffc23bf50d41e65b4c580e2c2c54630a) rework saving to allow for multiple outputs to an input - [`b0780e4`](https://github.com/shadps4-emu/shadPS4/commit/b0780e4f6217b212cb8949b0b46c4a9a19368f43) License header - [`cdb6c05`](https://github.com/shadps4-emu/shadPS4/commit/cdb6c05a3627a4458b23fbb00be01ad85aa15e3f) Remove PS logo from image - [`552b93e`](https://github.com/shadps4-emu/shadPS4/commit/552b93e3a2c8058ba50ffe5b16f3eaed8294080b) Add per game checkbox, fix filename, better whitespace deletion - [`c0a05d2`](https://github.com/shadps4-emu/shadPS4/commit/c0a05d2fb1f9507ab3287d6e3e795563ba1f5f03) Reorganize variables, correctly set common config label when selected - [`e60db46`](https://github.com/shadps4-emu/shadPS4/commit/e60db46d1ec7b34e973bb626490f4ff4dc891d3c) Add option to unmap, set mapping to unmapped when config entry is absent - [`81c46b0`](https://github.com/shadps4-emu/shadPS4/commit/81c46b023729fa62c4bfebc628f70f0e6727cded) Add XBox labels - [`8e9bbad`](https://github.com/shadps4-emu/shadPS4/commit/8e9bbad72c80a25ef1a2e08f0fc0361808533119) Remove parsing from save function, make window more compact - [`f071c95`](https://github.com/shadps4-emu/shadPS4/commit/f071c952a347a225ab00f83f841388812d7edfb4) Fix typo ### 📊 Changes **8 files changed** (+1937 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+3 -0) 📝 `REUSE.toml` (+1 -0) ➕ `src/images/ps4_controller.png` (+0 -0) ➕ `src/qt_gui/control_settings.cpp` (+498 -0) ➕ `src/qt_gui/control_settings.h` (+52 -0) ➕ `src/qt_gui/control_settings.ui` (+1379 -0) 📝 `src/qt_gui/main_window.cpp` (+3 -2) 📝 `src/shadps4.qrc` (+1 -0) </details> ### 📄 Description Add a full GUI for controller remapping. This does not cover KBM, the old text editor can still be accessed through a button on this interface. Translation text not included in the scope. ![image](https://github.com/user-attachments/assets/f8a92cf1-d1a3-4347-8383-a7672e06822d) --- <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:41 +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#2641
No description provided.