summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Make vibration request asyncGravatar Narr the Reg2022-05-231-5/+29
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: hid: Fix double lock on softlock and forced updatesGravatar Narr the Reg2022-04-071-2/+12
* core: hid: Replace lock_guard with scoped_lockGravatar Narr the Reg2022-04-071-26/+26
* core: hid: Reduce the amount of dataracesGravatar german772022-04-071-164/+203
* Merge pull request #7867 from german77/amiiboGravatar bunnei2022-02-191-0/+6
|\
| * nfp: Improve implementationGravatar german772022-02-081-0/+6
* | general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-7/+7
* | input/hid: Migrate to the new UUID implementationGravatar Morph2022-02-051-11/+12
|/
* input_common: Add option to configure gyro thresholdGravatar german772022-01-231-0/+1
* hid: fix std::transform callGravatar Valeri2022-01-171-1/+1
* Merge pull request #7633 from german77/hotkeysGravatar bunnei2022-01-111-0/+36
|\
| * yuzu: Add controller hotkeysGravatar german772022-01-061-0/+19
| * core/hid: Add home and screenshot button supportGravatar german772022-01-061-0/+17
* | yuzu: Use pad parameter to choose the correct controllerGravatar german772022-01-071-2/+6
|/
* core/hid: Add fallback to fullkey controllersGravatar german772022-01-011-4/+30
* core/hid: Fix controller type validationGravatar german772021-12-291-5/+7
* core/hid: Cancel any vibration after the testGravatar Narr the Reg2021-12-161-12/+7
* core/hid: Fix faulty analog triggersGravatar Narr the Reg2021-12-141-2/+2
* common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2021-12-131-41/+54
* core/hid: Add missing controller typeGravatar german772021-12-051-0/+2
* core/hid: Ensure only valid npad are connectedGravatar german772021-12-041-0/+43
* settings: Add debug setting to enable all controllersGravatar german772021-11-271-0/+20
* config: Remove vibration configurationGravatar german772021-11-261-2/+3
* service/hid: Finish converting LIFO objects and address some nitsGravatar Narr the Reg2021-11-241-1/+1
* core/hid: Remove usage of native types, fix a couple of errors with motionGravatar german772021-11-241-2/+2
* settings: Fix controller preview not displaying the correct controllerGravatar german772021-11-241-2/+2
* core/hid: Rename NpadType to NpadStyleIndexGravatar german772021-11-241-22/+22
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesGravatar german772021-11-241-10/+58
* core/hid: Fully emulate motion from buttonGravatar german772021-11-241-1/+10
* second commit lion reviewGravatar german772021-11-241-2/+3
* settings: Fix Debug controller type optionsGravatar german772021-11-241-3/+8
* kraken: Address comments from reviewGravatar german772021-11-241-43/+45
* input_common: Revert deleted TAS functionsGravatar german772021-11-241-22/+22
* core/hid: Explain better what a temporary value doesGravatar german772021-11-241-18/+20
* core/hid: Add TAS inputGravatar german772021-11-241-0/+72
* input_common: Add multiple vibration curvesGravatar german772021-11-241-1/+9
* core/hid: Rework battery mappingsGravatar german772021-11-241-20/+30
* input_common: Add manual update options to input devicesGravatar german772021-11-241-0/+9
* settings: Fix mouse and keyboard mappingsGravatar german772021-11-241-4/+4
* Morph review first waveGravatar german772021-11-241-3/+3
* kraken: Address comments from reviewGravatar german772021-11-241-3/+9
* service/hid: Fix gesture inputGravatar german772021-11-241-4/+0
* configuration: Migrate controller settings to emulated controllerGravatar german772021-11-241-1/+0
* core/hid: Fix rumble too strong at 1%Gravatar german772021-11-241-12/+22
* core/hid: Only signal when neededGravatar german772021-11-241-123/+136
* hid: Fix controller connection/disconnectionGravatar german772021-11-241-21/+77
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-1/+5
* core/hid: Add output devicesGravatar german772021-11-241-27/+92
* core/hid: Add emulated controllersGravatar german772021-11-241-0/+745