summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7867 from german77/amiibobunnei2022-02-191-0/+6
|\
| * nfp: Improve implementationgerman772022-02-081-0/+6
* | general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-7/+7
* | input/hid: Migrate to the new UUID implementationMorph2022-02-051-11/+12
|/
* input_common: Add option to configure gyro thresholdgerman772022-01-241-0/+1
* hid: fix std::transform callValeri2022-01-171-1/+1
* Merge pull request #7633 from german77/hotkeysbunnei2022-01-111-0/+36
|\
| * yuzu: Add controller hotkeysgerman772022-01-071-0/+19
| * core/hid: Add home and screenshot button supportgerman772022-01-071-0/+17
* | yuzu: Use pad parameter to choose the correct controllergerman772022-01-071-2/+6
|/
* core/hid: Add fallback to fullkey controllersgerman772022-01-021-4/+30
* core/hid: Fix controller type validationgerman772021-12-301-5/+7
* core/hid: Cancel any vibration after the testNarr the Reg2021-12-161-12/+7
* core/hid: Fix faulty analog triggersNarr the Reg2021-12-151-2/+2
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-41/+54
* core/hid: Add missing controller typegerman772021-12-051-0/+2
* core/hid: Ensure only valid npad are connectedgerman772021-12-051-0/+43
* settings: Add debug setting to enable all controllersgerman772021-11-281-0/+20
* config: Remove vibration configurationgerman772021-11-271-2/+3
* service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2021-11-251-1/+1
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-251-2/+2
* settings: Fix controller preview not displaying the correct controllergerman772021-11-251-2/+2
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-22/+22
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772021-11-251-10/+58
* core/hid: Fully emulate motion from buttongerman772021-11-251-1/+10
* second commit lion reviewgerman772021-11-251-2/+3
* settings: Fix Debug controller type optionsgerman772021-11-251-3/+8
* kraken: Address comments from reviewgerman772021-11-251-43/+45
* input_common: Revert deleted TAS functionsgerman772021-11-251-22/+22
* core/hid: Explain better what a temporary value doesgerman772021-11-251-18/+20
* core/hid: Add TAS inputgerman772021-11-251-0/+72
* input_common: Add multiple vibration curvesgerman772021-11-251-1/+9
* core/hid: Rework battery mappingsgerman772021-11-251-20/+30
* input_common: Add manual update options to input devicesgerman772021-11-251-0/+9
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-4/+4
* Morph review first wavegerman772021-11-251-3/+3
* kraken: Address comments from reviewgerman772021-11-251-3/+9
* service/hid: Fix gesture inputgerman772021-11-251-4/+0
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-1/+0
* core/hid: Fix rumble too strong at 1%german772021-11-251-12/+22
* core/hid: Only signal when neededgerman772021-11-251-123/+136
* hid: Fix controller connection/disconnectiongerman772021-11-251-21/+77
* kraken: Fix errors from rebase and format filesgerman772021-11-251-1/+5
* core/hid: Add output devicesgerman772021-11-251-27/+92
* core/hid: Add emulated controllersgerman772021-11-251-0/+745