summaryrefslogtreecommitdiff
path: root/src/input_common/main.cpp
AgeCommit message (Expand)Author
2020-08-29Address review comments and fix code compilationFearlessTobi
2020-08-29yuzu: Add motion and touch configurationFearlessTobi
2020-08-27input_common: Eliminate most global stateLioncash
2020-08-26input_common/main: Add "/Mouse" to the display nameMorph
2020-08-26Address feedbackMorph
2020-08-26Project Mjölnir: Part 1Morph
2020-07-14input_common: drop unused libusb.h includeAmeer
2020-07-02Fix unnecessary diffsAmeer
2020-06-23Fix deallocation of GC AdapterAmeer
2020-06-22Update src/input_common/main.cppameerj
2020-06-21Tidy up the pointers, use pair over tuple where appropriateAmeer
2020-06-21shared_ptr for the GC adapter class, constexpr constantsAmeer
2020-06-21std::arrays where appropriate, clear q in adapter class, other touch upsAmeer
2020-06-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
2020-06-21Cleanup after linterAmeer
2020-06-21GC Adapter ImplementationAmeer
2020-05-02input_common: fix build when SDL2 is disabledFearlessTobi
2020-02-03input_common/udp: Ensure that UDP is shut down within Shutdown()Lioncash
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2018-09-10Port #4141 from citra: Joystick hotplug support (#1275)Tobias
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-03-01InputCommon: add SDL joystick supportwwylele
2017-03-01InputCommon: add AnalogFromButtonwwylele
2017-03-01InputCommon: add Keyboardwwylele