summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_controller.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-619/+0
2023-11-24core: hid: Ensure output devices are initializedNarr the Reg1-0/+1
2023-11-04core: hid: Signal color updatesNarr the Reg1-0/+3
2023-09-20Reduce core timing mutex contentionKelebek11-0/+2
2023-07-03service: nfc: Ensure controller is in the correct modegerman771-0/+8
2023-06-22input_common: Implement native mifare supportNarr the Reg1-4/+24
2023-06-03core: hid: Finish linking motion from virtual controllersNarr the Reg1-0/+2
2023-05-08core: hid: Allow to calibrate gyro sensorNarr the Reg1-0/+3
2023-05-08core: hid: Update motion on a better placegerman771-3/+2
2023-05-05yuzu: Add motion preview to controller inputNarr the Reg1-0/+1
2023-03-12general: fix spelling mistakesLiam1-3/+3
2023-02-26Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg1-6/+1
2023-02-26yuzu: config: Remove player 8 and 9 from config fileNarr the Reg1-1/+6
2023-02-10core: hid: Use gyro thresholds modes set by the gameNarr the Reg1-1/+4
2023-02-01input_common: Implement turbo buttonsgerman771-0/+6
2023-01-20core: hid: Only set the polling mode to the correct sideNarr the Reg1-1/+3
2023-01-20input_common: Implement joycon ir cameraNarr the Reg1-2/+3
2023-01-20yuzu: Add ring controller test buttongerman771-2/+2
2023-01-20core: hid: Fix input regressionsNarr the Reg1-5/+7
2023-01-20core: hid: Enable pulling color data from controllersNarr the Reg1-0/+12
2023-01-20core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg1-1/+34
2022-12-17input_common: Add virtual gamepadgerman771-0/+9
2022-12-06emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash1-1/+1
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-10-21input_common: cache vibration testsgerman771-4/+1
2022-10-02core: hid: Add nfc support to emulated controllergerman771-3/+31
2022-08-08hid: core: Properly emulate controller color and battery levelNarr the Reg1-0/+7
2022-07-24core: hid: Add cammera supportgerman771-3/+37
2022-07-11core: hid: Add fallback for dualjoycon and pro controllersgerman771-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07core: hid: Reduce the amount of dataracesgerman771-1/+2
2022-02-10nfp: Separate nfc tag from amiibo dataNarr the Reg1-2/+7
2022-02-08nfp: Improve implementationgerman771-0/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-3/+3
2022-02-05input/hid: Migrate to the new UUID implementationMorph1-3/+3
2022-02-02general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash1-2/+0
2022-01-07yuzu: Add controller hotkeysgerman771-0/+10
2022-01-07core/hid: Add home and screenshot button supportgerman771-1/+9
2022-01-02core/hid: Add fallback to fullkey controllersgerman771-0/+6
2021-12-30core/hid: Fix controller type validationgerman771-3/+7
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-5/+8
2021-12-05core/hid: Ensure only valid npad are connectedgerman771-0/+14
2021-11-29core: hid: Cleanup and amend documentationMorph1-28/+30
2021-11-25core/hid: Remove usage of native types, fix a couple of errors with motiongerman771-2/+2
2021-11-25core/hid: Rename NpadType to NpadStyleIndexgerman771-9/+9
2021-11-25core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman771-3/+3
2021-11-25core/hid: Fully emulate motion from buttongerman771-0/+1
2021-11-25kraken: Address comments from reviewgerman771-18/+24
2021-11-25core/hid: Explain better what a temporary value doesgerman771-6/+8
2021-11-25core/hid: Add TAS inputgerman771-0/+9
2021-11-25core/hid: Rework battery mappingsgerman771-9/+19
2021-11-25Morph review first wavegerman771-11/+11
2021-11-25kraken: Address comments from reviewgerman771-1/+0
2021-11-25configuration: Migrate controller settings to emulated controllergerman771-1/+1
2021-11-25core/hid: Only signal when neededgerman771-2/+4
2021-11-25hid: Fix controller connection/disconnectiongerman771-4/+14
2021-11-25core/hid: Documment some filesgerman771-18/+130
2021-11-25core/hid: Add output devicesgerman771-2/+11
2021-11-25core/hid: Add emulated controllersgerman771-0/+232