aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid
AgeCommit message (Collapse)Author
2023-01-03TAS: Immediately switch stick to TAS on inputMonsterDruide1
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-12-30core: hid: emulated_console: Avoid a crash if frontend does not configure ↵bunnei
touch_from_button_maps.
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-05emulated_console: Amend cast in SetTouch()Lioncash
id is an int value, not a u32.
2022-12-05emulated_console: std::move() ParamPackages and callbacks where applicableLioncash
2022-12-04Merge pull request #9273 from ameerj/per-game-profileliamwhite
Configuration: Add per-game input profiles
2022-12-04externals: update dynarmic, SDL2Liam
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
general: fix compile for Apple Clang
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-27yuzu-cmd: Fix input callback crash on closegerman77
2022-11-22general: fix compile for Apple ClangLiam
2022-11-20Configuration: Add per-game input profilesameerj
2022-11-19core: hid: Implement true multitouch supportNarr the Reg
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
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph
2022-10-21input_common: cache vibration testsgerman77
2022-10-16general: Fix spelling of "unknown"Morph
2022-10-09input_common: have an unique vector in callback statusgerman77
2022-10-03service: nfp: Fix errors to pass unit testingNarr the Reg
2022-10-02Merge pull request #8955 from german77/amiibo-rewritebunnei
core: nfp: Rewrite implementation to remove direct access from the frontend
2022-10-02service: nfp: address commentsgerman77
2022-10-02core: hid: Add nfc support to emulated controllergerman77
2022-10-01Fix "controller.colors_state.right" being "left"Zwip-Zwap Zapony
2022-09-09Merge pull request #8863 from german77/triggersbunnei
core: hid: Fix GC triggers overwriting ZL and ZR buttons
2022-09-06input_common: Add support for analog toggleNarr the Reg
2022-09-05core: hid: Fix GC triggers overwritting ZL and ZR buttonsNarr the Reg
2022-08-26Merge pull request #8566 from german77/galaxybunnei
core: hid: Add fallback for dualjoycon and pro controllers
2022-08-09Merge pull request #8722 from german77/ds4_goes_brrrbunnei
hid: core: Delay the stop vibration command when testing
2022-08-08hid: core: Properly emulate controller color and battery levelNarr the Reg
2022-08-05hid: core: Delay the stop vibration command when testingNarr the Reg
2022-07-23service: irs: Move to IRS namespace and minor fixesgerman77
2022-07-23core: hid: Add cammera supportgerman77
2022-07-10core: hid: Add fallback for dualjoycon and pro controllersgerman77
2022-06-28service: hid: Correct some mistakes and add more validationsNarr the Reg
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-05-30Merge pull request #8368 from german77/seventimesbunnei
Service: hid: Several improvements and implementations
2022-05-28Merge pull request #8374 from german77/asnycvibrationsbunnei
input_common: Make vibration request async
2022-05-27service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedgerman77
Needed by Nintendo Switch Sports
2022-05-27service: hid: Implement LoadSixAxisSensorCalibrationParameter and ↵german77
GetSixAxisSensorIcInformation Needed by Nintendo Switch Sports
2022-05-23input_common: Make vibration request asyncNarr the Reg
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman77
2022-05-03Merge pull request #8272 from german77/stick_rangebunnei
yuzu: config: Improve analog stick mapping
2022-04-26yuzu: Config allow to delete single axis directions when buttons are mapped ↵Narr the Reg
to a stick
2022-04-23service: hid: Ensure all structs are initializedNarr the Reg