[PR #1067] [MERGED] ControllerInterface: Move axis scaling into AnalogController class #296

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1067
Author: @ggrtk
Created: 11/12/2020
Status: Merged
Merged: 11/14/2020
Merged by: @stenzek

Base: masterHead: analog-axis-scale


📝 Commits (3)

  • d87ab23 ControllerInterface: Move axis scaling into AnalogController class
  • ca8fe27 libretro: Add analog axis scale toggle
  • 3eeab81 PlayStationMouse: Fix returning incorrect controller type

📊 Changes

10 files changed (+21 additions, -46 deletions)

View changed files

📝 src/core/analog_controller.cpp (+4 -1)
📝 src/core/analog_controller.h (+1 -0)
📝 src/core/playstation_mouse.cpp (+1 -1)
📝 src/duckstation-libretro/libretro_host_interface.cpp (+13 -1)
📝 src/frontend-common/common_host_interface.cpp (+0 -4)
📝 src/frontend-common/controller_interface.h (+0 -3)
📝 src/frontend-common/sdl_controller_interface.cpp (+1 -13)
📝 src/frontend-common/sdl_controller_interface.h (+0 -5)
📝 src/frontend-common/xinput_controller_interface.cpp (+1 -13)
📝 src/frontend-common/xinput_controller_interface.h (+0 -5)

📄 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/1067 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 11/12/2020 **Status:** ✅ Merged **Merged:** 11/14/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `analog-axis-scale` --- ### 📝 Commits (3) - [`d87ab23`](https://github.com/stenzek/duckstation/commit/d87ab23fec749d03df0808db36fc3a8013b2d1cf) ControllerInterface: Move axis scaling into AnalogController class - [`ca8fe27`](https://github.com/stenzek/duckstation/commit/ca8fe279540ccfb22031e92b17c0456c627a0fd4) libretro: Add analog axis scale toggle - [`3eeab81`](https://github.com/stenzek/duckstation/commit/3eeab81063f598955702aef5f1b113e81f2f9507) PlayStationMouse: Fix returning incorrect controller type ### 📊 Changes **10 files changed** (+21 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `src/core/analog_controller.cpp` (+4 -1) 📝 `src/core/analog_controller.h` (+1 -0) 📝 `src/core/playstation_mouse.cpp` (+1 -1) 📝 `src/duckstation-libretro/libretro_host_interface.cpp` (+13 -1) 📝 `src/frontend-common/common_host_interface.cpp` (+0 -4) 📝 `src/frontend-common/controller_interface.h` (+0 -3) 📝 `src/frontend-common/sdl_controller_interface.cpp` (+1 -13) 📝 `src/frontend-common/sdl_controller_interface.h` (+0 -5) 📝 `src/frontend-common/xinput_controller_interface.cpp` (+1 -13) 📝 `src/frontend-common/xinput_controller_interface.h` (+0 -5) </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:07:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#296