mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #626] [MERGED] pad: add support for configurable special pad class #1675
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#1675
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/626
Author: @InvoxiPlayGames
Created: 8/28/2024
Status: ✅ Merged
Merged: 8/28/2024
Merged by: @georgemoralis
Base:
main← Head:special-pad📝 Commits (3)
79e86a3add support for configurable special pad type550cf01return proper error code for scePadOpen failure9d59ea0clang-format fix: scePadOpenExt📊 Changes
4 files changed (+67 additions, -2 deletions)
View changed files
📝
src/common/config.cpp(+29 -0)📝
src/common/config.h(+6 -0)📝
src/core/libraries/pad/pad.cpp(+24 -1)📝
src/core/libraries/pad/pad.h(+8 -1)📄 Description
this adds a new config section to set the controller class to report to the game
no GUI option currently but this lets you configure using e.g. a wheel or guitar
this should allow getting past the title screen in Guitar Hero Live (
CUSA02410) as well as enabling more gameplay in Rock Band 4 (CUSA02901)both of those games require additional patches to boot so i have not been able to test this specific branch in any game. since this makes behaviour closer to a PS4 it would be good to regression test other games to make sure they can still take inputs when useSpecialPad is set to false
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.