mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
InputCommon: Simplified StickGate interface and moved class into its own file. Changed default input radius to perform no resizing. Tweaked the indicator colors a bit to improve visibility. Cleaned up some math and code.
This commit is contained in:
@ -2,6 +2,7 @@ add_library(inputcommon
|
||||
InputConfig.cpp
|
||||
InputProfile.cpp
|
||||
ControllerEmu/ControllerEmu.cpp
|
||||
ControllerEmu/StickGate.cpp
|
||||
ControllerEmu/Control/Control.cpp
|
||||
ControllerEmu/Control/Input.cpp
|
||||
ControllerEmu/Control/Output.cpp
|
||||
|
Reference in New Issue
Block a user