mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2311] [MERGED] add controller remapping GUI #2641
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#2641
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/2311
Author: @rainmakerv3
Created: 2/1/2025
Status: ✅ Merged
Merged: 2/4/2025
Merged by: @georgemoralis
Base:
main← Head:RemapGUI📝 Commits (10+)
3afb906Initial Version - controller remapping GUI52ebdcbrework saving to allow for multiple outputs to an inputb0780e4License headercdb6c05Remove PS logo from image552b93eAdd per game checkbox, fix filename, better whitespace deletionc0a05d2Reorganize variables, correctly set common config label when selectede60db46Add option to unmap, set mapping to unmapped when config entry is absent81c46b0Add XBox labels8e9bbadRemove parsing from save function, make window more compactf071c95Fix 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.