summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hid: Ensure output devices are initializedNarr the Reg2023-11-241-0/+1
* core: hid: Signal color updatesNarr the Reg2023-11-041-0/+3
* Reduce core timing mutex contentionKelebek12023-09-201-0/+2
* service: nfc: Ensure controller is in the correct modegerman772023-07-031-0/+8
* input_common: Implement native mifare supportNarr the Reg2023-06-221-4/+24
* core: hid: Finish linking motion from virtual controllersNarr the Reg2023-06-031-0/+2
* core: hid: Allow to calibrate gyro sensorNarr the Reg2023-05-081-0/+3
* core: hid: Update motion on a better placegerman772023-05-081-3/+2
* yuzu: Add motion preview to controller inputNarr the Reg2023-05-051-0/+1
* general: fix spelling mistakesLiam2023-03-121-3/+3
* Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg2023-02-261-6/+1
* yuzu: config: Remove player 8 and 9 from config fileNarr the Reg2023-02-261-1/+6
* core: hid: Use gyro thresholds modes set by the gameNarr the Reg2023-02-101-1/+4
* input_common: Implement turbo buttonsgerman772023-02-011-0/+6
* core: hid: Only set the polling mode to the correct sideNarr the Reg2023-01-201-1/+3
* input_common: Implement joycon ir cameraNarr the Reg2023-01-201-2/+3
* yuzu: Add ring controller test buttongerman772023-01-201-2/+2
* core: hid: Fix input regressionsNarr the Reg2023-01-201-5/+7
* core: hid: Enable pulling color data from controllersNarr the Reg2023-01-201-0/+12
* core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2023-01-201-1/+34
* input_common: Add virtual gamepadgerman772022-12-171-0/+9
* emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash2022-12-061-1/+1
* general: fix compile for Apple ClangLiam2022-11-231-0/+1
* input_common: cache vibration testsgerman772022-10-211-4/+1
* core: hid: Add nfc support to emulated controllergerman772022-10-021-3/+31
* Merge pull request #8566 from german77/galaxybunnei2022-08-271-0/+1
|\
| * core: hid: Add fallback for dualjoycon and pro controllersgerman772022-07-111-0/+1
* | hid: core: Properly emulate controller color and battery levelNarr the Reg2022-08-081-0/+7
* | core: hid: Add cammera supportgerman772022-07-241-3/+37
|/
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: hid: Reduce the amount of dataracesgerman772022-04-071-1/+2
* nfp: Separate nfc tag from amiibo dataNarr the Reg2022-02-101-2/+7
* nfp: Improve implementationgerman772022-02-081-0/+2
* general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash2022-02-021-2/+0
* yuzu: Add controller hotkeysgerman772022-01-071-0/+10
* core/hid: Add home and screenshot button supportgerman772022-01-071-1/+9
* core/hid: Add fallback to fullkey controllersgerman772022-01-021-0/+6
* core/hid: Fix controller type validationgerman772021-12-301-3/+7
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-5/+8
* core/hid: Ensure only valid npad are connectedgerman772021-12-051-0/+14
* core: hid: Cleanup and amend documentationMorph2021-11-291-28/+30
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-251-2/+2
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-9/+9
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772021-11-251-3/+3
* core/hid: Fully emulate motion from buttongerman772021-11-251-0/+1
* kraken: Address comments from reviewgerman772021-11-251-18/+24
* core/hid: Explain better what a temporary value doesgerman772021-11-251-6/+8
* core/hid: Add TAS inputgerman772021-11-251-0/+9
* core/hid: Rework battery mappingsgerman772021-11-251-9/+19
* Morph review first wavegerman772021-11-251-11/+11
* kraken: Address comments from reviewgerman772021-11-251-1/+0
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-1/+1
* core/hid: Only signal when neededgerman772021-11-251-2/+4
* hid: Fix controller connection/disconnectiongerman772021-11-251-4/+14
* core/hid: Documment some filesgerman772021-11-251-18/+130
* core/hid: Add output devicesgerman772021-11-251-2/+11
* core/hid: Add emulated controllersgerman772021-11-251-0/+232