[PR #1666] [MERGED] Minor controller fixes #612

Open
opened 2026-01-29 19:08:48 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: controller-fixes


📝 Commits (2)

  • 329e831 Controller: Always check for access byte
  • 71d748e AnalogController: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/1666 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 2/22/2021 **Status:** ✅ Merged **Merged:** 2/22/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `controller-fixes` --- ### 📝 Commits (2) - [`329e831`](https://github.com/stenzek/duckstation/commit/329e8317b4939911a3276c68777de0e3a4f74a7a) Controller: Always check for access byte - [`71d748e`](https://github.com/stenzek/duckstation/commit/71d748ef041b5f3181bbe880b37dc290ea9e14b9) AnalogController: Fix regression in analog mode toggling ### 📊 Changes **12 files changed** (+131 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:08:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#612