mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[GH-ISSUE #2024] [GAME BUG]: Bloodborne, X button on PS5 controller activates random gesture #698
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#698
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?
Originally created by @zedzerosix on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2024
Checklist (we expect you to perform these steps before opening the issue)
Describe the Bug
Using a ps5 controller, I have noticed pressing the X button causes my character to randomly perform a random gesture. This can be trying to level up at the doll, picking up items, or just mashing X. It seems random, as sometimes I can pick up items, level up, or interact with other game objects like the workbenches and lamps, and don't gesture. Latest nightly build used.
Reproduction Steps
Pressing the X button on a ps5 controller. It seems random, if it doesn't work the first time, keep trying. I have not found any consistency
Specify OS Version
Fedora Linux 41 Workstation
CPU
I9-12900k
GPU
RX 7800xt
Amount of RAM in GB
32gb
Amount of VRAM in GB
16gb
Logs
No response
@kalaposfos13 commented on GitHub (Jan 2, 2025):
This is actually a known (and somewhat controversial) feature of Bloodborne and other Souls games, which is that holding the X button and moving the controller in certain ways makes the character do different emotes. It wasn't encountered in the emulator until now, as motion controls were only implemented a few days ago (by me). I'm planning on making motion controls toggleable in the future, which would "solve" this "problem".
@zedzerosix commented on GitHub (Jan 2, 2025):
Oh! Interesting, I didn't recall running into this feature on ps4 when I'd played it there. Though my memory may be foggy about that. Thank you for your work and I look forward to more!
@kalaposfos13 commented on GitHub (Jan 2, 2025):
My guess is that the 60 FPS patch has a side effect of making this twice as sensitive to any motion, which makes it trigger more often, but I haven't tested it yet.