mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1239] AnalogController: Fix config mode 0x4C response #400
Reference in New Issue
Block a user
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?
Original Pull Request: https://github.com/stenzek/duckstation/pull/1239
State: closed
Merged: Yes
Turns out Ape Escape uses this command in config mode and verifies if the response is correct. Bad things happen (controller not automatically being switched to analog mode, controller accidentally locking in digital mode sporadically, probably some other unintended side effects) when we don't give the game what it's expecting.