[PR #487] [CLOSED] bb-hacks branch with key to controller mapping UI (not-mergeable, for testing purposes only) #1594

Closed
opened 2026-02-27 21:13:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/487
Author: @VasylBaran
Created: 8/20/2024
Status: Closed

Base: mainHead: bb-hacks_with_key_to_controller_mapping_ui


📝 Commits (6)

  • 1b68929 BB retail hacks
  • e8413cd skip motion blur draw
  • 2d606f8 renderer_vulkan: Reduce number of compiled shaders
  • 9a76cd8 Add UI to configure keyboard-to-controller mapping
  • 9367b17 Add an optional "---fix" argument to format-checking script
  • ac7914c Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/487 **Author:** [@VasylBaran](https://github.com/VasylBaran) **Created:** 8/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bb-hacks_with_key_to_controller_mapping_ui` --- ### 📝 Commits (6) - [`1b68929`](https://github.com/shadps4-emu/shadPS4/commit/1b68929d12c24d319a00d51ac9b7e247d8c83fc4) BB retail hacks - [`e8413cd`](https://github.com/shadps4-emu/shadPS4/commit/e8413cd5ab6ac8b987a4953d2221b83ad226ec9a) skip motion blur draw - [`2d606f8`](https://github.com/shadps4-emu/shadPS4/commit/2d606f81838b4ac625d1aba876a9858ca9791728) renderer_vulkan: Reduce number of compiled shaders - [`9a76cd8`](https://github.com/shadps4-emu/shadPS4/commit/9a76cd825237e8025afc8a92073677e537b97821) Add UI to configure keyboard-to-controller mapping - [`9367b17`](https://github.com/shadps4-emu/shadPS4/commit/9367b1740022a2f225b42931857fdbc647cc8259) Add an optional "---fix" argument to format-checking script - [`ac7914c`](https://github.com/shadps4-emu/shadPS4/commit/ac7914c3cd2bf68cd1368f2207d5be1efa3bc0ef) Fix code review remarks ### 📊 Changes **34 files changed** (+1780 additions, -253 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description This branch is based on bb-hacks branch with changes from "UI to configure keyboard-to-controller mapping" on top (from #308) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:12 +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#1594
No description provided.