mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #487] [CLOSED] bb-hacks branch with key to controller mapping UI (not-mergeable, for testing purposes only) #1594
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#1594
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/487
Author: @VasylBaran
Created: 8/20/2024
Status: ❌ Closed
Base:
main← Head:bb-hacks_with_key_to_controller_mapping_ui📝 Commits (6)
1b68929BB retail hackse8413cdskip motion blur draw2d606f8renderer_vulkan: Reduce number of compiled shaders9a76cd8Add UI to configure keyboard-to-controller mapping9367b17Add an optional "---fix" argument to format-checking scriptac7914cFix code review remarks📊 Changes
34 files changed (+1780 additions, -253 deletions)
View changed files
📝
.ci/clang-format.sh(+14 -5)📝
.github/workflows/linux-qt.yml(+7 -1)📝
.reuse/dep5(+1 -0)📝
CMakeLists.txt(+4 -0)📝
src/common/config.cpp(+46 -0)📝
src/common/config.h(+5 -0)➕
src/core/libraries/kernel/event_flag/error_codes.h(+14 -0)📝
src/core/libraries/kernel/thread_management.cpp(+9 -0)📝
src/core/libraries/kernel/time_management.cpp(+7 -0)📝
src/emulator.cpp(+2 -0)📝
src/emulator.h(+1 -1)➕
src/images/PS4_controller_scheme_final.svg(+100 -0)➕
src/images/keyboard_icon.png(+0 -0)➕
src/input/keys_constants.h(+30 -0)➕
src/qt_gui/keyboardcontrolswindow.cpp(+524 -0)➕
src/qt_gui/keyboardcontrolswindow.h(+40 -0)➕
src/qt_gui/keyboardcontrolswindow.ui(+427 -0)📝
src/qt_gui/main_window.cpp(+14 -0)📝
src/qt_gui/main_window.h(+5 -0)📝
src/qt_gui/main_window_ui.h(+5 -0)...and 14 more files
📄 Description
This branch is based on bb-hacks branch with changes from "UI to configure keyboard-to-controller mapping" on top (from #308)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.