| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: minor fix to mouse movement | 2023-04-14 | 1 | -1/+1 | |
| | | |||||
| * | input_common: sdl: Only send last vibration command | 2023-03-12 | 1 | -1/+16 | |
| | | |||||
| * | general: fix spelling mistakes | 2023-03-12 | 11 | -16/+16 | |
| | | |||||
| * | Merge pull request #9906 from german77/metroid2 | 2023-03-08 | 2 | -9/+19 | |
| |\ | | | | | input_common: Increase mouse sensitivity range | ||||
| | * | input_common: Increase mouse sensitivity range | 2023-03-07 | 2 | -9/+19 | |
| | | | |||||
| * | | input_common: Minor typo issues (#9922) | 2023-03-08 | 7 | -47/+47 | |
| | | | |||||
| * | | input_common: joycon: Add stick input from passive reports | 2023-03-05 | 3 | -32/+84 | |
| |/ | |||||
| * | cmake: use correct boost imported targets | 2023-02-28 | 1 | -1/+1 | |
| | | |||||
| * | input_common: Implement dedicated motion from mouse | 2023-02-21 | 3 | -24/+85 | |
| | | |||||
| * | input_common: Split mouse input into individual devices | 2023-02-16 | 3 | -24/+85 | |
| | | |||||
| * | remove static from pointer sized or smaller types for aesthetics, change ↵ | 2023-02-14 | 11 | -35/+35 | |
| | | | | | | | constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | add static lifetime to constexpr values to force compile time evaluation ↵ | 2023-02-14 | 11 | -35/+35 | |
| | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | input_common: Reintroduce custom pro controller support | 2023-02-09 | 4 | -4/+67 | |
| | | |||||
| * | input_common: Simplify stick from button | 2023-02-02 | 1 | -32/+13 | |
| | | |||||
| * | Merge pull request #9696 from german77/please_forgive_me_for_this_sin | 2023-02-01 | 1 | -12/+18 | |
| |\ | | | | | input_common: Implement turbo buttons | ||||
| | * | input_common: Implement turbo buttons | 2023-02-01 | 1 | -12/+18 | |
| | | | |||||
| * | | input_common: joycon: Remove Magic numbers from common protocol | 2023-01-29 | 9 | -154/+221 | |
| | | | |||||
| * | | input_common: joycon: Fill missing enum data | 2023-01-29 | 6 | -41/+53 | |
| |/ | |||||
| * | Move to Clang Format 15 | 2023-01-29 | 1 | -2/+2 | |
| | | | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | ||||
| * | Merge pull request #9689 from german77/joycon-calibration | 2023-01-29 | 6 | -114/+215 | |
| |\ | | | | | input_common: joycon: Remove magic numbers from calibration protocol | ||||
| | * | input_common: joycon: Replace ReadSPI vector with span | 2023-01-27 | 3 | -20/+26 | |
| | | | |||||
| | * | input_common: joycon: Remove magic numbers from calibration protocol | 2023-01-27 | 6 | -107/+202 | |
| | | | |||||
| * | | Merge pull request #9677 from Morph1984/sleep-one | 2023-01-27 | 2 | -5/+6 | |
| |\ \ | |/ |/| | polyfill_thread: Implement StoppableTimedWait | ||||
| | * | input_common: Make use of StoppableTimedWait | 2023-01-25 | 2 | -5/+6 | |
| | | | |||||
| * | | Merge pull request #9683 from german77/high_power_joycon | 2023-01-26 | 4 | -0/+21 | |
| |\ \ | | | | | | | input_common: Implement SetLowPowerMode and TriggersElapsed | ||||
| | * | | input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵ | 2023-01-26 | 4 | -0/+21 | |
| | | | | | | | | | | | | | driver | ||||
| * | | | Merge pull request #9676 from german77/revert-stick-range | 2023-01-25 | 1 | -2/+7 | |
| |\| | | |/ |/| | Revert #9617 and fix it on input_common | ||||
| | * | Revert 9617 and fix it on input_common | 2023-01-25 | 1 | -2/+7 | |
| | | | |||||
| * | | input_common: add missing header for libc++ after 340f15d1fa79 | 2023-01-25 | 1 | -0/+1 | |
| |/ | | | | | | | | | | | | | | | src/input_common/drivers/joycon.cpp:187:26: error: no member named 'find_if' in namespace 'std::ranges' std::ranges::find_if(left_joycons, [](auto& device) { return !device->IsConnected(); }); ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:193:54: error: no member named 'find_if' in namespace 'std::ranges' const auto unconnected_device = std::ranges::find_if( ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:393:51: error: no member named 'find_if' in namespace 'std::ranges' const auto matching_device = std::ranges::find_if( ~~~~~~~~~~~~~^ src/input_common/drivers/joycon.cpp:402:51: error: no member named 'find_if' in namespace 'std::ranges' const auto matching_device = std::ranges::find_if( ~~~~~~~~~~~~~^ | ||||
| * | Merge pull request #9492 from german77/joycon_release | 2023-01-24 | 35 | -33/+5013 | |
| |\ | | | | | Input_common: Implement custom joycon driver v2 | ||||
| | * | input_common: Fix joycon mappings | 2023-01-20 | 2 | -57/+53 | |
| | | | |||||
| | * | input_common: Address byte review | 2023-01-20 | 16 | -243/+220 | |
| | | | |||||
| | * | input_common: Drop Pro controller support from custom driver | 2023-01-19 | 4 | -43/+4 | |
| | | | |||||
| | * | input_common: Fix issue where ring and irs are enabled at the same time | 2023-01-19 | 3 | -12/+23 | |
| | | | |||||
| | * | input_common: Implement joycon ir camera | 2023-01-19 | 12 | -14/+580 | |
| | | | |||||
| | * | yuzu: Add ring controller test button | 2023-01-19 | 3 | -17/+32 | |
| | | | |||||
| | * | input_common: Use DriverResult on all engines | 2023-01-19 | 15 | -73/+75 | |
| | | | |||||
| | * | Address review comments | 2023-01-19 | 13 | -42/+42 | |
| | | | |||||
| | * | core: hid: Fix input regressions | 2023-01-19 | 2 | -4/+1 | |
| | | | |||||
| | * | input_common: Implement joycon nfc | 2023-01-19 | 8 | -12/+542 | |
| | | | |||||
| | * | input_common: Add dual joycon support | 2023-01-19 | 1 | -24/+101 | |
| | | | |||||
| | * | input_common: Add support for joycon ring controller | 2023-01-19 | 9 | -4/+272 | |
| | | | |||||
| | * | input_common: Add support for joycon input reports | 2023-01-19 | 8 | -100/+798 | |
| | | | |||||
| | * | input_common: Use calibration from joycon | 2023-01-19 | 5 | -0/+231 | |
| | | | |||||
| | * | input_common: Add support for joycon generic functions | 2023-01-19 | 5 | -3/+310 | |
| | | | |||||
| | * | input_common: Add joycon low level functions | 2023-01-19 | 3 | -0/+434 | |
| | | | |||||
| | * | core: hid: Enable pulling color data from controllers | 2023-01-19 | 5 | -1/+131 | |
| | | | |||||
| | * | input_common: Disable SDL driver with switch controllers | 2023-01-19 | 2 | -3/+20 | |
| | | | |||||
| | * | input_common: Initial skeleton for custom joycon driver | 2023-01-19 | 7 | -0/+1763 | |
| | | | |||||
| * | | input_common: reset sdl motion if data is invalid | 2023-01-18 | 1 | -19/+35 | |
| |/ | |||||