| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: Remove duplicated DriverResult enum | 2023-06-28 | 1 | -18/+17 | |
| | | |||||
| * | input_common: Implement native mifare support | 2023-06-21 | 1 | -9/+124 | |
| | | |||||
| * | input_common: Implement amiibo writting | 2023-05-21 | 1 | -2/+6 | |
| | | |||||
| * | input_common: Fix pro controller amiibo support | 2023-05-16 | 1 | -4/+5 | |
| | | |||||
| * | input_common: Minor typo issues (#9922) | 2023-03-08 | 1 | -2/+2 | |
| | | |||||
| * | remove static from pointer sized or smaller types for aesthetics, change ↵ | 2023-02-14 | 1 | -2/+2 | |
| | | | | | | | 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 | 1 | -2/+2 | |
| | | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | input_common: Reintroduce custom pro controller support | 2023-02-09 | 1 | -1/+48 | |
| | | |||||
| * | input_common: joycon: Fill missing enum data | 2023-01-29 | 1 | -3/+1 | |
| | | |||||
| * | input_common: Make use of StoppableTimedWait | 2023-01-25 | 1 | -3/+4 | |
| | | |||||
| * | 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( ~~~~~~~~~~~~~^ | ||||
| * | input_common: Fix joycon mappings | 2023-01-20 | 1 | -56/+49 | |
| | | |||||
| * | input_common: Address byte review | 2023-01-20 | 1 | -24/+26 | |
| | | |||||
| * | input_common: Drop Pro controller support from custom driver | 2023-01-19 | 1 | -36/+0 | |
| | | |||||
| * | input_common: Implement joycon ir camera | 2023-01-19 | 1 | -8/+21 | |
| | | |||||
| * | input_common: Use DriverResult on all engines | 2023-01-19 | 1 | -22/+19 | |
| | | |||||
| * | Address review comments | 2023-01-19 | 1 | -1/+1 | |
| | | |||||
| * | input_common: Implement joycon nfc | 2023-01-19 | 1 | -1/+3 | |
| | | |||||
| * | input_common: Add dual joycon support | 2023-01-19 | 1 | -24/+101 | |
| | | |||||
| * | input_common: Add support for joycon input reports | 2023-01-19 | 1 | -23/+24 | |
| | | |||||
| * | core: hid: Enable pulling color data from controllers | 2023-01-19 | 1 | -1/+10 | |
| | | |||||
| * | input_common: Disable SDL driver with switch controllers | 2023-01-19 | 1 | -0/+4 | |
| | | |||||
| * | input_common: Initial skeleton for custom joycon driver | 2023-01-19 | 1 | -0/+615 | |