mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-26 15:35:58 +03:00
[GH-ISSUE #550] Diagonal inputs do not work [Dinput Analog 64] #59
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#59
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 @SilentHeII on GitHub (Aug 19, 2025).
Original GitHub issue: https://github.com/gopher64/gopher64/issues/550
I recently purchased an analog 64 controller from 8bitdo and I mapped the controls with Dinput. Inputting diagonals on the controller causes no input to be registered in any game with d-pad controls. This isn't a problem with the controller because it works fine on ares.
@loganmc10 commented on GitHub (Aug 19, 2025):
What do you mean d-pad diagonals? Do you mean pushing up and right on the dpad at the same time for example?
@SilentHeII commented on GitHub (Aug 19, 2025):
Correct. I've tested this in multiple games.
@loganmc10 commented on GitHub (Aug 19, 2025):
ok, I tested my controller (brawler 64) and I couldn't reproduce the issue.
Can you send me your
config.jsonfile? If you are on Windows it would be in the AppData folder for Gopher64. You can also create a file calledportable.txtnext to the EXE, and then it will create aportable_datafolder and put theconfig.jsonfile in there (you would need to re-create the input profile after creating theportable.txtfile)@SilentHeII commented on GitHub (Aug 20, 2025):
config.json
It should be the one labeled "64".
@loganmc10 commented on GitHub (Aug 20, 2025):
Thanks, I see the issue, it will be fixed in the next release. If you want to try it out, you can test the GitHub Actions build (once they are done compiling): https://github.com/gopher64/gopher64/actions/runs/17091369948