summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-03input_common/udp: Ensure that UDP is shut down within Shutdown()Lioncash1-0/+1
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi1-3/+9
2019-03-02Input: Remove global variables from SDL InputJames Rowe1-19/+4
2018-09-11Port #4141 from citra: Joystick hotplug support (#1275)Tobias1-0/+12
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+2
2018-01-16Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart1-0/+11
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele1-2/+13
2017-03-01InputCommon: add SDL joystick supportwwylele1-0/+10
2017-03-01InputCommon: add AnalogFromButtonwwylele1-0/+18
2017-03-01InputCommon: add Keyboardwwylele1-0/+35