summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-05hid_core: Move hid to it's own subprojectGravatar Narr the Reg1-1972/+0
2023-11-24core: hid: Ensure output devices are initializedGravatar Narr the Reg1-0/+50
2023-11-20service: hid: Create appropriate hid resourcesGravatar Narr the Reg1-8/+9
2023-11-11core: hid: Split SL and SR buttonsGravatar german771-8/+20
2023-11-04core: hid: Signal color updatesGravatar Narr the Reg1-12/+25
2023-11-02core: hid: Fix wrong battery valuesGravatar german771-7/+7
2023-09-19Reduce core timing mutex contentionGravatar Kelebek11-5/+6
2023-07-02service: nfc: Ensure controller is in the correct modeGravatar german771-0/+12
2023-06-24core: hid: Allow to read bin files while switch controller is availableGravatar german771-4/+10
2023-06-24input_common: Dont try to read/write data from 3rd party controllersGravatar german771-0/+5
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg1-7/+75
2023-06-03core: hid: Finish linking motion from virtual controllersGravatar Narr the Reg1-0/+26
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg1-2/+7
2023-05-08core: hid: Allow to calibrate gyro sensorGravatar Narr the Reg1-0/+6
2023-05-07core: hid: Update motion on a better placeGravatar german771-15/+14
2023-05-05yuzu: Add motion preview to controller inputGravatar Narr the Reg1-4/+2
2023-05-04core: hid: Fix state of capture and home buttonsGravatar german771-0/+4
2023-04-15core: hid: Remove deadzone of virtual controllerGravatar german771-0/+4
2023-02-26Revert "yuzu: config: Remove player 8 and 9 from config file"Gravatar Narr the Reg1-66/+12
2023-02-25yuzu: config: Remove player 8 and 9 from config fileGravatar Narr the Reg1-12/+66
2023-02-21core: hid: Restore motion state on refresh and clamp motion valuesGravatar Narr the Reg1-1/+11
2023-02-09core: hid: Use gyro thresholds modes set by the gameGravatar Narr the Reg1-1/+21
2023-02-01input_common: Implement turbo buttonsGravatar german771-1/+74
2023-01-25Revert 9617 and fix it on input_commonGravatar Narr the Reg1-10/+2
2023-01-20core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicableGravatar Narr the Reg1-67/+38
2023-01-19core: hid: Only set the polling mode to the correct sideGravatar Narr the Reg1-8/+20
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg1-7/+14
2023-01-19yuzu: Add ring controller test buttonGravatar german771-3/+7
2023-01-19input_common: Use DriverResult on all enginesGravatar german771-5/+5
2023-01-19core: hid: Fix input regressionsGravatar Narr the Reg1-20/+35
2023-01-19input_common: Implement joycon nfcGravatar german771-1/+2
2023-01-19core: hid: Enable pulling color data from controllersGravatar Narr the Reg1-0/+80
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerGravatar Narr the Reg1-0/+46
2023-01-14core: hid: Fix stick minimum rangeGravatar german771-2/+10
2023-01-05input_common: Create an update engineGravatar Narr the Reg1-10/+0
2023-01-03TAS: Immediately switch stick to TAS on inputGravatar MonsterDruide11-9/+11
2022-12-25TAS: Increase accuracy of Stick inputsGravatar MonsterDruide11-0/+7
2022-12-16input_common: Add virtual gamepadGravatar german771-0/+82
2022-12-05emulated_controller: Remove unused parameter in GetMappedDevices()Gravatar Lioncash1-2/+1
2022-12-05emulated_controller: Use std::move() in GetMappedDevices()Gravatar Lioncash1-6/+6
2022-12-04externals: update dynarmic, SDL2Gravatar Liam1-0/+1
2022-11-28core/hid/emulated_controller: Use ranges version of transformGravatar Lioncash1-19/+15
2022-11-28common/input: Add helpers functions for creating input and output devicesGravatar Lioncash1-10/+10
2022-11-20Configuration: Add per-game input profilesGravatar ameerj1-2/+1
2022-10-22core: hid: Add handheld to nfc devicesGravatar german771-0/+1
2022-10-22general: Enforce C4800 everywhere except in video_coreGravatar Morph1-11/+11
2022-10-21input_common: cache vibration testsGravatar german771-37/+8
2022-10-03service: nfp: Fix errors to pass unit testingGravatar Narr the Reg1-2/+4
2022-10-02core: hid: Add nfc support to emulated controllerGravatar german771-0/+70
2022-10-01Fix "controller.colors_state.right" being "left"Gravatar Zwip-Zwap Zapony1-1/+1