Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-01-19 | input_common: Implement joycon ir camera | Narr the Reg | |
2023-01-19 | yuzu: Add ring controller test button | german77 | |
2023-01-19 | input_common: Use DriverResult on all engines | german77 | |
2023-01-19 | Address review comments | german77 | |
2023-01-19 | core: hid: Fix input regressions | Narr the Reg | |
2023-01-19 | input_common: Implement joycon nfc | german77 | |
2023-01-19 | input_common: Add dual joycon support | Narr the Reg | |
2023-01-19 | input_common: Add support for joycon ring controller | Narr the Reg | |
2023-01-19 | input_common: Add support for joycon input reports | Narr the Reg | |
2023-01-19 | input_common: Use calibration from joycon | Narr the Reg | |
2023-01-19 | input_common: Add support for joycon generic functions | Narr the Reg | |
2023-01-19 | input_common: Add joycon low level functions | Narr the Reg | |
2023-01-19 | core: hid: Enable pulling color data from controllers | Narr the Reg | |
2023-01-19 | input_common: Disable SDL driver with switch controllers | Narr the Reg | |
2023-01-19 | input_common: Initial skeleton for custom joycon driver | Narr the Reg | |
2023-01-18 | input_common: reset sdl motion if data is invalid | german77 | |
2023-01-10 | Merge pull request #9605 from german77/mouse_mapping | bunnei | |
yuzu: Read mouse scroll | |||
2023-01-10 | yuzu: Read mouse wheel input | Narr the Reg | |
2023-01-10 | Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengths | liamwhite | |
TAS: Show all script lengths for multiplayer | |||
2023-01-07 | TAS: Show all script lengths for multiplayer | MonsterDruide1 | |
2023-01-05 | input_common: Create an update engine | Narr the Reg | |
2022-12-28 | cmake: make libusb optional | Liam | |
2022-12-19 | Merge pull request #9471 from german77/input | liamwhite | |
input_common: Cleanup project | |||
2022-12-18 | input_common: Cleanup project | german77 | |
2022-12-18 | bootmanager: Use proper camera size | german77 | |