summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Create an update engineGravatar Narr the Reg2023-01-051-10/+0
* TAS: Immediately switch stick to TAS on inputGravatar MonsterDruide12023-01-031-9/+11
* TAS: Increase accuracy of Stick inputsGravatar MonsterDruide12022-12-251-0/+7
* input_common: Add virtual gamepadGravatar german772022-12-161-0/+82
* emulated_controller: Remove unused parameter in GetMappedDevices()Gravatar Lioncash2022-12-051-2/+1
* emulated_controller: Use std::move() in GetMappedDevices()Gravatar Lioncash2022-12-051-6/+6
* Merge pull request #9273 from ameerj/per-game-profileGravatar liamwhite2022-12-041-2/+1
|\
| * Configuration: Add per-game input profilesGravatar ameerj2022-11-201-2/+1
* | externals: update dynarmic, SDL2Gravatar Liam2022-12-041-0/+1
* | core/hid/emulated_controller: Use ranges version of transformGravatar Lioncash2022-11-281-19/+15
* | common/input: Add helpers functions for creating input and output devicesGravatar Lioncash2022-11-281-10/+10
|/
* Merge pull request #9113 from german77/peer_pressureGravatar liamwhite2022-10-251-0/+1
|\
| * core: hid: Add handheld to nfc devicesGravatar german772022-10-221-0/+1
* | Merge pull request #9107 from german77/gidoly_rulesGravatar liamwhite2022-10-251-37/+8
|\ \
| * | input_common: cache vibration testsGravatar german772022-10-211-37/+8
| |/
* / general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-221-11/+11
|/
* service: nfp: Fix errors to pass unit testingGravatar Narr the Reg2022-10-031-2/+4
* Merge pull request #8955 from german77/amiibo-rewriteGravatar bunnei2022-10-021-0/+70
|\
| * core: hid: Add nfc support to emulated controllerGravatar german772022-10-021-0/+70
* | Fix "controller.colors_state.right" being "left"Gravatar Zwip-Zwap Zapony2022-10-011-1/+1
|/
* core: hid: Fix GC triggers overwritting ZL and ZR buttonsGravatar Narr the Reg2022-09-051-0/+15
* Merge pull request #8566 from german77/galaxyGravatar bunnei2022-08-261-1/+34
|\
| * core: hid: Add fallback for dualjoycon and pro controllersGravatar german772022-07-101-1/+34
* | Merge pull request #8722 from german77/ds4_goes_brrrGravatar bunnei2022-08-091-0/+4
|\ \
| * | hid: core: Delay the stop vibration command when testingGravatar Narr the Reg2022-08-051-0/+4
* | | hid: core: Properly emulate controller color and battery levelGravatar Narr the Reg2022-08-081-8/+18
|/ /
* / core: hid: Add cammera supportGravatar german772022-07-231-0/+59
|/
* 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