mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #4016] [MERGED] pad: refactoring #3871
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#3871
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/4016
Author: @roamic
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @georgemoralis
Base:
main← Head:fix-pad-ringbuffer📝 Commits (2)
dc593a5pad: refactoring0a1801dclang is not my friend📊 Changes
6 files changed (+116 additions, -265 deletions)
View changed files
📝
src/core/libraries/pad/pad.cpp(+32 -122)📝
src/input/controller.cpp(+29 -115)📝
src/input/controller.h(+43 -16)📝
src/input/input_handler.cpp(+6 -6)📝
src/input/input_mouse.cpp(+3 -3)📝
src/sdl_window.cpp(+3 -3)📄 Description
I was trying to fix controller issues in Ys VIII and ended up refactoring a chunk of pad code while trying to find a root cause.
The main fix is setting
m_connected_countto1, everything else is just a bonus.accelerationwas multiplied by0.098in one method but not in the other, let me know if it's correct to keep multiplication for both.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.