mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1067] [MERGED] ControllerInterface: Move axis scaling into AnalogController class #296
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/1067
Author: @ggrtk
Created: 11/12/2020
Status: ✅ Merged
Merged: 11/14/2020
Merged by: @stenzek
Base:
master← Head:analog-axis-scale📝 Commits (3)
d87ab23ControllerInterface: Move axis scaling into AnalogController classca8fe27libretro: Add analog axis scale toggle3eeab81PlayStationMouse: 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.