dolphin/Source/Core/InputCommon/ControllerEmu/ControlGroup
Filoppi a19a0096db InputCommon: improve code that returns a controller attachment index
casting a value to a u32 when it's originally an int, and it's exposed as int to users,
could end up in cases where a negative number would result as a positive one.
This doesn't really affect the value range of the attachment enum,
still I think the code was wrong.

Heavily tested.
2021-05-19 20:51:34 +03:00
..
AnalogStick.cpp InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
AnalogStick.h InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Attachments.cpp InputCommon: improve code that returns a controller attachment index 2021-05-19 20:51:34 +03:00
Attachments.h InputCommon: clamp the attachment setting max to its actual enum max 2021-05-12 18:27:24 +03:00
Buttons.cpp
Buttons.h InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
ControlGroup.cpp Merge pull request #9688 from Filoppi/input_cleanup 2021-05-14 20:51:33 +12:00
ControlGroup.h
Cursor.cpp InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Cursor.h InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Force.cpp InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Force.h InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
IMUAccelerometer.cpp IMUAccelerometer: consistency of BoundCount checks 2021-05-19 20:51:34 +03:00
IMUAccelerometer.h IMUAccelerometer: consistency of BoundCount checks 2021-05-19 20:51:34 +03:00
IMUCursor.cpp
IMUCursor.h
IMUGyroscope.cpp Add mixed comments to input code, make some tooltip clearer 2021-05-12 18:27:23 +03:00
IMUGyroscope.h
MixedTriggers.cpp
MixedTriggers.h
ModifySettingsButton.cpp InputCommon: follow coding conventions and rename GetState() to UpdateState() 2021-05-10 23:48:10 +03:00
ModifySettingsButton.h InputCommon: follow coding conventions and rename GetState() to UpdateState() 2021-05-10 23:48:10 +03:00
Slider.cpp InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Slider.h InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Tilt.cpp InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Tilt.h InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Triggers.cpp InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
Triggers.h InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00