summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/joycon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Remove duplicated DriverResult enumgerman772023-06-281-18/+17
|
* input_common: Implement native mifare supportNarr the Reg2023-06-221-9/+124
|
* input_common: Implement amiibo writtingNarr the Reg2023-05-221-2/+6
|
* input_common: Fix pro controller amiibo supportNarr the Reg2023-05-171-4/+5
|
* input_common: Minor typo issues (#9922)Narr the Reg2023-03-081-2/+2
|
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-2/+2
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* input_common: Reintroduce custom pro controller supportNarr the Reg2023-02-101-1/+48
|
* input_common: joycon: Fill missing enum dataNarr the Reg2023-01-301-3/+1
|
* input_common: Make use of StoppableTimedWaitMorph2023-01-251-3/+4
|
* input_common: add missing header for libc++ after 340f15d1fa79Jan Beich2023-01-251-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 mappingsgerman772023-01-201-56/+49
|
* input_common: Address byte reviewgerman772023-01-201-24/+26
|
* input_common: Drop Pro controller support from custom drivergerman772023-01-201-36/+0
|
* input_common: Implement joycon ir cameraNarr the Reg2023-01-201-8/+21
|
* input_common: Use DriverResult on all enginesgerman772023-01-201-22/+19
|
* Address review commentsgerman772023-01-201-1/+1
|
* input_common: Implement joycon nfcgerman772023-01-201-1/+3
|
* input_common: Add dual joycon supportNarr the Reg2023-01-201-24/+101
|
* input_common: Add support for joycon input reportsNarr the Reg2023-01-201-23/+24
|
* core: hid: Enable pulling color data from controllersNarr the Reg2023-01-201-1/+10
|
* input_common: Disable SDL driver with switch controllersNarr the Reg2023-01-201-0/+4
|
* input_common: Initial skeleton for custom joycon driverNarr the Reg2023-01-201-0/+615