aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.cpp
AgeCommit message (Collapse)Author
2023-11-25Merge pull request #12151 from german77/no-crashliamwhite
core: hid: Ensure output devices are initialized
2023-11-24core: hid: Ensure output devices are initializedNarr the Reg
2023-11-20service: hid: Create appropriate hid resourcesNarr the Reg
2023-11-11core: hid: Split SL and SR buttonsgerman77
2023-11-04core: hid: Signal color updatesNarr the Reg
2023-11-02core: hid: Fix wrong battery valuesgerman77
2023-09-19Reduce core timing mutex contentionKelebek1
2023-07-02service: nfc: Ensure controller is in the correct modegerman77
2023-06-24core: hid: Allow to read bin files while switch controller is availablegerman77
2023-06-24input_common: Dont try to read/write data from 3rd party controllersgerman77
2023-06-21input_common: Implement native mifare supportNarr the Reg
2023-06-03core: hid: Finish linking motion from virtual controllersNarr the Reg
2023-05-21input_common: Implement amiibo writtingNarr the Reg
2023-05-08core: hid: Allow to calibrate gyro sensorNarr the Reg
2023-05-07core: hid: Update motion on a better placegerman77
2023-05-06Merge pull request #10167 from german77/motion_previewliamwhite
yuzu: Add motion preview to controller input
2023-05-05yuzu: Add motion preview to controller inputNarr the Reg
2023-05-04core: hid: Fix state of capture and home buttonsgerman77
2023-04-15core: hid: Remove deadzone of virtual controllergerman77
2023-02-26Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg
2023-02-25yuzu: config: Remove player 8 and 9 from config fileNarr the Reg
2023-02-21core: hid: Restore motion state on refresh and clamp motion valuesNarr the Reg
2023-02-09core: hid: Use gyro thresholds modes set by the gameNarr the Reg
2023-02-01input_common: Implement turbo buttonsgerman77
2023-01-25Revert 9617 and fix it on input_commonNarr the Reg
2023-01-24Merge pull request #9492 from german77/joycon_releaseliamwhite
Input_common: Implement custom joycon driver v2
2023-01-20core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicableNarr the Reg
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19input_common: Implement joycon ir cameraNarr the Reg
2023-01-19yuzu: Add ring controller test buttongerman77
2023-01-19input_common: Use DriverResult on all enginesgerman77
2023-01-19core: hid: Fix input regressionsNarr the Reg
2023-01-19input_common: Implement joycon nfcgerman77
2023-01-19core: hid: Enable pulling color data from controllersNarr the Reg
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg
2023-01-14core: hid: Fix stick minimum rangegerman77
2023-01-05input_common: Create an update engineNarr the Reg
2023-01-03TAS: Immediately switch stick to TAS on inputMonsterDruide1
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-12-25TAS: Increase accuracy of Stick inputsMonsterDruide1
2022-12-16input_common: Add virtual gamepadgerman77
2022-12-05emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash
This isn't used, so it can be removed to make the function a little nicer.
2022-12-05emulated_controller: Use std::move() in GetMappedDevices()Lioncash
Avoids churning allocations in a loop.
2022-12-04Merge pull request #9273 from ameerj/per-game-profileliamwhite
Configuration: Add per-game input profiles
2022-12-04externals: update dynarmic, SDL2Liam
2022-11-28core/hid/emulated_controller: Use ranges version of transformLioncash
Makes the transform calls much nicer to read.
2022-11-28common/input: Add helpers functions for creating input and output devicesLioncash
Avoids the redundancy of needing to explictly specify the common namespace and the type.
2022-11-20Configuration: Add per-game input profilesameerj
2022-10-25Merge pull request #9113 from german77/peer_pressureliamwhite
service: nfp: Allow amiibos without keys
2022-10-25Merge pull request #9107 from german77/gidoly_rulesliamwhite
input_common: cache vibration tests
2022-10-22core: hid: Add handheld to nfc devicesgerman77