Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | android: Add motion sensor | Narr the Reg | |
2023-05-30 | input_common: rename PAGE_SIZE to avoid conflict | 12101111 | |
See also: https://github.com/yuzu-emu/yuzu/issues/8779 | |||
2023-05-25 | Merge pull request #10396 from german77/amiibo_write | bunnei | |
input_common: Implement amiibo writing | |||
2023-05-21 | input_common: Implement amiibo writting | Narr the Reg | |
2023-05-19 | input_common: Map motion with relative values not absolute ones | german77 | |
2023-05-16 | input_common: Fix pro controller amiibo support | Narr the Reg | |
2023-05-14 | input_common: Make amiibo scanning less demanding | german77 | |
2023-05-09 | Merge pull request #10119 from marius851000/improved_non_hd_feeback | Narr the Reg | |
Attempt at improving HD Rumble emulation | |||
2023-05-09 | input_common: Fix nfc detection for joycons | german77 | |
2023-05-07 | core: hid: Update motion on a better place | german77 | |
2023-05-06 | Merge pull request #10180 from german77/debug | bunnei | |
input_common: Revert debugging changes | |||
2023-05-06 | input_common: Revert debugging changes | german77 | |
2023-05-06 | Merge pull request #10174 from german77/motriod | bunnei | |
input_common: Add experimental motion to button | |||
2023-05-05 | input_common: Add experimental motion to button | german77 | |
2023-05-05 | input_common: Add property to invert an axis button | Narr the Reg | |
2023-05-05 | Improve emulation of HD Rumble | marius david | |
2023-04-14 | input_common: minor fix to mouse movement | Valeri | |
2023-03-12 | input_common: sdl: Only send last vibration command | german77 | |
2023-03-12 | general: fix spelling mistakes | Liam | |
2023-03-08 | Merge pull request #9906 from german77/metroid2 | bunnei | |
input_common: Increase mouse sensitivity range | |||
2023-03-08 | input_common: Minor typo issues (#9922) | Narr the Reg | |
2023-03-07 | input_common: Increase mouse sensitivity range | german77 | |
2023-03-05 | input_common: joycon: Add stick input from passive reports | german77 | |
2023-02-28 | cmake: use correct boost imported targets | Alexandre Bouvier | |
2023-02-21 | input_common: Implement dedicated motion from mouse | Narr the Reg | |
2023-02-16 | input_common: Split mouse input into individual devices | Narr the Reg | |
2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change ↵ | arades79 | |
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com> | |||
2023-02-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | arades79 | |
where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||
2023-02-09 | input_common: Reintroduce custom pro controller support | Narr the Reg | |
2023-02-02 | input_common: Simplify stick from button | Narr the Reg | |
2023-02-01 | Merge pull request #9696 from german77/please_forgive_me_for_this_sin | bunnei | |
input_common: Implement turbo buttons | |||
2023-02-01 | input_common: Implement turbo buttons | german77 | |
2023-01-29 | input_common: joycon: Remove Magic numbers from common protocol | Narr the Reg | |
2023-01-29 | input_common: joycon: Fill missing enum data | Narr the Reg | |
2023-01-29 | Move to Clang Format 15 | Levi Behunin | |
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||
2023-01-29 | Merge pull request #9689 from german77/joycon-calibration | bunnei | |
input_common: joycon: Remove magic numbers from calibration protocol | |||
2023-01-27 | Merge pull request #9677 from Morph1984/sleep-one | bunnei | |
polyfill_thread: Implement StoppableTimedWait | |||
2023-01-27 | input_common: joycon: Replace ReadSPI vector with span | Narr the Reg | |
2023-01-27 | input_common: joycon: Remove magic numbers from calibration protocol | Narr the Reg | |
2023-01-26 | Merge pull request #9683 from german77/high_power_joycon | bunnei | |
input_common: Implement SetLowPowerMode and TriggersElapsed | |||
2023-01-26 | input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵ | Narr the Reg | |
driver | |||
2023-01-25 | Merge pull request #9676 from german77/revert-stick-range | liamwhite | |
Revert #9617 and fix it on input_common | |||
2023-01-25 | input_common: Make use of StoppableTimedWait | Morph | |
2023-01-25 | input_common: add missing header for libc++ after 340f15d1fa79 | Jan Beich | |
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( ~~~~~~~~~~~~~^ | |||
2023-01-25 | Revert 9617 and fix it on input_common | Narr the Reg | |
2023-01-24 | Merge pull request #9492 from german77/joycon_release | liamwhite | |
Input_common: Implement custom joycon driver v2 | |||
2023-01-20 | input_common: Fix joycon mappings | german77 | |
2023-01-20 | input_common: Address byte review | german77 | |
2023-01-19 | input_common: Drop Pro controller support from custom driver | german77 | |
2023-01-19 | input_common: Fix issue where ring and irs are enabled at the same time | german77 | |