summaryrefslogtreecommitdiff
path: root/src/input_common/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg2022-03-211-0/+29
* input_common: Reduce unused includesGravatar ameerj2022-03-201-1/+0
* input_common/input_mapping: Remove const from return valueGravatar Lioncash2022-01-241-1/+1
* input_common/main: Pass MappingData by const reference in callbacksGravatar Lioncash2022-01-241-2/+2
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-261-5/+21
* input_common: Move button names to the frontendGravatar german772021-11-241-12/+5
* input_common: Allow keyboard to be backwards compatibleGravatar german772021-11-241-9/+0
* core/hid: Improve accuracy of the keyboard implementationGravatar german772021-11-241-0/+9
* kraken: Address comments from reviewGravatar german772021-11-241-34/+42
* settings: Fix mouse and keyboard mappingsGravatar german772021-11-241-0/+3
* kraken: Address comments from reviewGravatar german772021-11-241-2/+5
* configuration: Migrate controller settings to emulated controllerGravatar german772021-11-241-0/+10
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-2/+4
* core/hid: Add output devicesGravatar german772021-11-241-10/+20
* input_common: Rewrite main and add the new driversGravatar german772021-11-241-11/+279
* input_common: Rewrite keyboardGravatar german772021-11-241-260/+3
* input_common: Move touch and analog from button. Move udp protocolGravatar german772021-11-241-8/+0
* general: Update style to clang-format-12Gravatar ameerj2021-09-241-2/+2
* UI: Relocate tas menu and add brief descriptionGravatar german772021-09-181-1/+1
* config: Move TAS options to it's own menuGravatar german772021-09-181-1/+5
* input_common/tas: Base playback & recording systemGravatar MonsterDruide12021-09-181-0/+48
* input_common: Improve SDL joystick and hide toggle optionGravatar german772021-08-071-4/+4
* input_common: Fix build with sdl disabledGravatar german772021-07-101-2/+2
* input_common: Implement SDL motionGravatar german772021-05-151-0/+5
* Merge pull request #4937 from german77/multiUDPGravatar bunnei2020-12-011-1/+1
|\
| * Add multiple udp server supportGravatar german2020-11-251-1/+1
* | Implement full mouse supportGravatar german2020-11-251-10/+63
|/
* input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-151-0/+5
* configure_input_player: Change "Defaults" button behaviorGravatar Morph2020-11-151-8/+0
* configure_input_player: Implement input exclusivity and persistenceGravatar Morph2020-11-151-3/+3
* input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-151-0/+4
* Add random motion input to keyboardGravatar german2020-09-251-0/+4
* Add automap feature for GC adapterGravatar german2020-09-181-1/+10
* Add cemu hook changes related to PR #4609Gravatar german2020-09-041-3/+43
* Address review comments and fix code compilationGravatar FearlessTobi2020-08-291-3/+5
* yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-291-0/+9
* input_common: Eliminate most global stateGravatar Lioncash2020-08-271-107/+143
* input_common/main: Add "/Mouse" to the display nameGravatar Morph2020-08-261-1/+1
* Address feedbackGravatar Morph2020-08-261-7/+8
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-1/+49
* input_common: drop unused libusb.h includeGravatar Ameer2020-07-141-1/+0
* Fix unnecessary diffsGravatar Ameer2020-07-021-0/+2
* Fix deallocation of GC AdapterGravatar Ameer2020-06-231-0/+3
* Update src/input_common/main.cppGravatar ameerj2020-06-221-1/+1
* Tidy up the pointers, use pair over tuple where appropriateGravatar Ameer2020-06-211-2/+1
* shared_ptr for the GC adapter class, constexpr constantsGravatar Ameer2020-06-211-2/+4
* std::arrays where appropriate, clear q in adapter class, other touch upsGravatar Ameer2020-06-211-1/+0
* Singleton GC Adapter class, remove globals, fix naming conventionGravatar Ameer2020-06-211-0/+2
* Cleanup after linterGravatar Ameer2020-06-211-4/+0
* GC Adapter ImplementationGravatar Ameer2020-06-211-1/+22