yuzu-mainline/src/input_common
Morph 117bdc71e0 sdl_impl: Revert to the "old" method of mapping sticks
Not all controllers have a SDL_GameController binding. This caused controllers not present in the SDL GameController database to have buttons mapped instead of axes.

Furthermore, it was not possible to invert the axes when it could be useful such as emulating a horizontal single joycon or other potential cases. This allows us to invert the axes by reversing the order of mapping (vertical, then horizontal).
2020-11-15 23:33:21 -05:00
..
gcadapter input_common: Add VibrationDevice and VibrationDeviceFactory 2020-11-15 23:33:20 -05:00
sdl sdl_impl: Revert to the "old" method of mapping sticks 2020-11-15 23:33:21 -05:00
udp udp/client: Reduce testing period to 5 seconds 2020-11-15 23:33:19 -05:00
analog_from_button.cpp input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
analog_from_button.h InputCommon: add AnalogFromButton 2017-03-01 23:30:57 +02:00
CMakeLists.txt input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
keyboard.cpp input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
keyboard.h citra-qt: release all buttons when render window focus is lost 2017-03-17 21:41:25 +02:00
main.cpp input_common: Add VibrationDevice and VibrationDeviceFactory 2020-11-15 23:33:20 -05:00
main.h Add cemu hook changes related to PR #4609 2020-09-04 21:48:13 -05:00
motion_emu.cpp input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
motion_emu.h motion_emu: no need to include thread in header 2017-08-19 07:21:02 +03:00
motion_from_button.cpp input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
motion_from_button.h Add random motion input to keyboard 2020-09-25 17:59:52 -05:00
motion_input.cpp input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
motion_input.h input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
settings.cpp input_common: Add VibrationDevice and VibrationDeviceFactory 2020-11-15 23:33:20 -05:00
settings.h input_common: Add VibrationDevice and VibrationDeviceFactory 2020-11-15 23:33:20 -05:00
touch_from_button.cpp input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
touch_from_button.h Address second batch of reviews 2020-08-30 00:43:25 +02:00