summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Add virtual gamepadGravatar german772022-12-161-0/+9
* emulated_controller: Remove unused parameter in GetMappedDevices()Gravatar Lioncash2022-12-051-1/+1
* general: fix compile for Apple ClangGravatar Liam2022-11-221-0/+1
* input_common: cache vibration testsGravatar german772022-10-211-4/+1
* core: hid: Add nfc support to emulated controllerGravatar german772022-10-021-3/+31
* Merge pull request #8566 from german77/galaxyGravatar bunnei2022-08-261-0/+1
|\
| * core: hid: Add fallback for dualjoycon and pro controllersGravatar german772022-07-101-0/+1
* | hid: core: Properly emulate controller color and battery levelGravatar Narr the Reg2022-08-081-0/+7
* | core: hid: Add cammera supportGravatar german772022-07-231-3/+37
|/
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: hid: Reduce the amount of dataracesGravatar german772022-04-071-1/+2
* nfp: Separate nfc tag from amiibo dataGravatar Narr the Reg2022-02-101-2/+7
* nfp: Improve implementationGravatar german772022-02-081-0/+2
* general: Move deleted copy/move constructor/assignment operators to public in...Gravatar Lioncash2022-02-021-2/+0
* yuzu: Add controller hotkeysGravatar german772022-01-061-0/+10
* core/hid: Add home and screenshot button supportGravatar german772022-01-061-1/+9
* core/hid: Add fallback to fullkey controllersGravatar german772022-01-011-0/+6
* core/hid: Fix controller type validationGravatar german772021-12-291-3/+7
* common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2021-12-131-5/+8
* core/hid: Ensure only valid npad are connectedGravatar german772021-12-041-0/+14
* core: hid: Cleanup and amend documentationGravatar Morph2021-11-291-28/+30
* core/hid: Remove usage of native types, fix a couple of errors with motionGravatar german772021-11-241-2/+2
* core/hid: Rename NpadType to NpadStyleIndexGravatar german772021-11-241-9/+9
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesGravatar german772021-11-241-3/+3
* core/hid: Fully emulate motion from buttonGravatar german772021-11-241-0/+1
* kraken: Address comments from reviewGravatar german772021-11-241-18/+24
* core/hid: Explain better what a temporary value doesGravatar german772021-11-241-6/+8
* core/hid: Add TAS inputGravatar german772021-11-241-0/+9
* core/hid: Rework battery mappingsGravatar german772021-11-241-9/+19
* Morph review first waveGravatar german772021-11-241-11/+11
* kraken: Address comments from reviewGravatar german772021-11-241-1/+0
* configuration: Migrate controller settings to emulated controllerGravatar german772021-11-241-1/+1
* core/hid: Only signal when neededGravatar german772021-11-241-2/+4
* hid: Fix controller connection/disconnectionGravatar german772021-11-241-4/+14
* core/hid: Documment some filesGravatar german772021-11-241-18/+130
* core/hid: Add output devicesGravatar german772021-11-241-2/+11
* core/hid: Add emulated controllersGravatar german772021-11-241-0/+232