[PR #2029] [MERGED] Add motion controls toggle #2449

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2029
Author: @kalaposfos13
Created: 1/3/2025
Status: Merged
Merged: 1/7/2025
Merged by: @georgemoralis

Base: mainHead: gyro-toggle


📝 Commits (3)

  • 13a57e6 Add motion controls toggle
  • e128696 clang
  • 83cbc7f Merge remote-tracking branch 'origin/main' into gyro-toggle

📊 Changes

5 files changed (+39 additions, -17 deletions)

View changed files

📝 src/common/config.cpp (+11 -0)
📝 src/common/config.h (+3 -1)
📝 src/input/controller.cpp (+15 -16)
📝 src/qt_gui/settings_dialog.cpp (+3 -0)
📝 src/qt_gui/settings_dialog.ui (+7 -0)

📄 Description

Example of why this is needed: Bloodborne has a feature where you can emote by holding X and moving your controller. However, the 60 FPS patch makes it too sensitive, and quite a few people have asked how they can turn it off, so here it is.
You can find the checkbox in the Input tab.
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/2029 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/7/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `gyro-toggle` --- ### 📝 Commits (3) - [`13a57e6`](https://github.com/shadps4-emu/shadPS4/commit/13a57e6178bba45e0ef3125f646101118f9cf849) Add motion controls toggle - [`e128696`](https://github.com/shadps4-emu/shadPS4/commit/e128696bd747e58b17a56b33ddadcb6a5eb9fd3e) clang - [`83cbc7f`](https://github.com/shadps4-emu/shadPS4/commit/83cbc7f6214ec3f1ca15be5c0643885205d1e0ad) Merge remote-tracking branch 'origin/main' into gyro-toggle ### 📊 Changes **5 files changed** (+39 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+11 -0) 📝 `src/common/config.h` (+3 -1) 📝 `src/input/controller.cpp` (+15 -16) 📝 `src/qt_gui/settings_dialog.cpp` (+3 -0) 📝 `src/qt_gui/settings_dialog.ui` (+7 -0) </details> ### 📄 Description Example of why this is needed: Bloodborne has a feature where you can emote by holding X and moving your controller. However, the 60 FPS patch makes it too sensitive, and quite a few people have asked how they can turn it off, so here it is. You can find the checkbox in the Input tab. ![image](https://github.com/user-attachments/assets/ca9cad76-e00e-472f-adcd-620c2530676b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:33 +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#2449
No description provided.