summaryrefslogtreecommitdiff
path: root/src/core/hid (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-24core: hid: Ensure output devices are initializedGravatar Narr the Reg2-0/+51
2023-11-20service: hid: Create appropriate hid resourcesGravatar Narr the Reg5-70/+40
2023-11-19Implemented qlaunch version of the controller appletGravatar FrozenAra1-0/+7
2023-11-15service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg3-11/+12
2023-11-11core: hid: Split SL and SR buttonsGravatar german771-8/+20
2023-11-04core: hid: Signal color updatesGravatar Narr the Reg2-12/+28
2023-11-02core: hid: Fix wrong battery valuesGravatar german772-12/+17
2023-09-19Reduce core timing mutex contentionGravatar Kelebek12-5/+8
2023-09-16hid: service: Implement Last active NpadGravatar german772-0/+15
2023-08-11service: hid: Implement functions needed by QLaunchGravatar Narr the Reg1-0/+26
2023-07-02service: nfc: Ensure controller is in the correct modeGravatar german772-0/+20
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 Reg3-16/+100
2023-06-03core: hid: Finish linking motion from virtual controllersGravatar Narr the Reg4-9/+55
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg1-2/+7
2023-05-08core: hid: Allow to calibrate gyro sensorGravatar Narr the Reg4-1/+40
2023-05-07core: hid: Update motion on a better placeGravatar german773-19/+17
2023-05-05input_common: Add experimental motion to buttonGravatar german771-0/+7
2023-05-05input_common: Add property to invert an axis buttonGravatar Narr the Reg1-0/+1
2023-05-05input_common: Add property to invert an axis buttonGravatar Narr the Reg1-0/+1
2023-05-05yuzu: Add motion preview to controller inputGravatar Narr the Reg4-4/+41
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-03-12general: fix spelling mistakesGravatar Liam4-8/+8
2023-02-26Revert "yuzu: config: Remove player 8 and 9 from config file"Gravatar Narr the Reg3-98/+13
2023-02-25yuzu: config: Remove player 8 and 9 from config fileGravatar Narr the Reg3-13/+98
2023-02-21core: hid: Restore motion state on refresh and clamp motion valuesGravatar Narr the Reg3-2/+30
2023-02-21core: hid: Fix native mouse mappingsGravatar Narr the Reg2-62/+50
2023-02-16input_common: Split mouse input into individual devicesGravatar Narr the Reg2-1/+5
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-1/+1
2023-02-09core: hid: Use gyro thresholds modes set by the gameGravatar Narr the Reg5-6/+55
2023-02-01input_common: Implement turbo buttonsGravatar german772-1/+80
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 Reg2-9/+23
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg2-9/+17
2023-01-19yuzu: Add ring controller test buttonGravatar german772-5/+9
2023-01-19input_common: Use DriverResult on all enginesGravatar german771-5/+5
2023-01-19Address review commentsGravatar german771-4/+2
2023-01-19core: hid: Fix input regressionsGravatar Narr the Reg2-25/+42
2023-01-19input_common: Implement joycon nfcGravatar german771-1/+2
2023-01-19core: hid: Enable pulling color data from controllersGravatar Narr the Reg4-1/+115
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerGravatar Narr the Reg4-65/+80
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-30core: hid: emulated_console: Avoid a crash if frontend does not configure tou...Gravatar bunnei1-0/+5
2022-12-25TAS: Increase accuracy of Stick inputsGravatar MonsterDruide11-0/+7