Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-08 | input_common: Minor typo issues (#9922) | Narr the Reg | 1 | -2/+2 | |
2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 1 | -2/+2 | |
Signed-off-by: arades79 <scravers@protonmail.com> | |||||
2023-02-14 | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 1 | -2/+2 | |
Signed-off-by: arades79 <scravers@protonmail.com> | |||||
2023-02-10 | input_common: Reintroduce custom pro controller support | Narr the Reg | 1 | -1/+48 | |
2023-01-30 | input_common: joycon: Fill missing enum data | Narr the Reg | 1 | -3/+1 | |
2023-01-25 | input_common: Make use of StoppableTimedWait | Morph | 1 | -3/+4 | |
2023-01-25 | input_common: add missing header for libc++ after 340f15d1fa79 | Jan Beich | 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( ~~~~~~~~~~~~~^ | |||||
2023-01-20 | input_common: Fix joycon mappings | german77 | 1 | -56/+49 | |
2023-01-20 | input_common: Address byte review | german77 | 1 | -24/+26 | |
2023-01-20 | input_common: Drop Pro controller support from custom driver | german77 | 1 | -36/+0 | |
2023-01-20 | input_common: Implement joycon ir camera | Narr the Reg | 1 | -8/+21 | |
2023-01-20 | input_common: Use DriverResult on all engines | german77 | 1 | -22/+19 | |
2023-01-20 | Address review comments | german77 | 1 | -1/+1 | |
2023-01-20 | input_common: Implement joycon nfc | german77 | 1 | -1/+3 | |
2023-01-20 | input_common: Add dual joycon support | Narr the Reg | 1 | -24/+101 | |
2023-01-20 | input_common: Add support for joycon input reports | Narr the Reg | 1 | -23/+24 | |
2023-01-20 | core: hid: Enable pulling color data from controllers | Narr the Reg | 1 | -1/+10 | |
2023-01-20 | input_common: Disable SDL driver with switch controllers | Narr the Reg | 1 | -0/+4 | |
2023-01-20 | input_common: Initial skeleton for custom joycon driver | Narr the Reg | 1 | -0/+615 | |