mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1666] [MERGED] Minor controller fixes #612
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?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/1666
Author: @ggrtk
Created: 2/22/2021
Status: ✅ Merged
Merged: 2/22/2021
Merged by: @stenzek
Base:
master← Head:controller-fixes📝 Commits (2)
329e831Controller: Always check for access byte71d748eAnalogController: Fix regression in analog mode toggling📊 Changes
12 files changed (+131 additions, -60 deletions)
View changed files
📝
src/core/analog_controller.cpp(+48 -30)📝
src/core/analog_controller.h(+2 -0)📝
src/core/analog_joystick.cpp(+15 -6)📝
src/core/analog_joystick.h(+1 -0)📝
src/core/digital_controller.cpp(+15 -6)📝
src/core/digital_controller.h(+1 -0)📝
src/core/namco_guncon.cpp(+15 -6)📝
src/core/namco_guncon.h(+1 -0)📝
src/core/negcon.cpp(+15 -5)📝
src/core/negcon.h(+2 -1)📝
src/core/playstation_mouse.cpp(+15 -6)📝
src/core/playstation_mouse.h(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.