dolphin/Source/Core/InputCommon/ControllerEmu
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
..
Control InputCommon: add a ton of missing consts 2021-05-10 23:48:10 +03:00
ControlGroup InputCommon: improve code that returns a controller attachment index 2021-05-19 20:51:34 +03:00
Setting InputCommon: fix serialization of control expression with line breaks 2021-05-12 18:25:56 +03:00
ControllerEmu.cpp InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers 2021-02-27 17:29:48 -06:00
ControllerEmu.h InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers 2021-02-27 17:29:48 -06:00
StickGate.cpp StickGate: add custom clamp value 2021-05-12 18:27:24 +03:00
StickGate.h StickGate: add custom clamp value 2021-05-12 18:27:24 +03:00