| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: joycon: Replace ReadSPI vector with span | 2023-01-27 | 3 | -20/+26 | |
| | | |||||
| * | input_common: joycon: Remove magic numbers from calibration protocol | 2023-01-27 | 6 | -107/+202 | |
| | | |||||
| * | Merge pull request #9683 from german77/high_power_joycon | 2023-01-26 | 4 | -0/+21 | |
| |\ | | | | | input_common: Implement SetLowPowerMode and TriggersElapsed | ||||
| | * | input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵ | 2023-01-26 | 4 | -0/+21 | |
| | | | | | | | | | driver | ||||
| * | | Merge pull request #9676 from german77/revert-stick-range | 2023-01-25 | 1 | -2/+7 | |
| |\| | | | | | Revert #9617 and fix it on input_common | ||||
| | * | Revert 9617 and fix it on input_common | 2023-01-25 | 1 | -2/+7 | |
| | | | |||||
| * | | 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( ~~~~~~~~~~~~~^ | ||||
| * | Merge pull request #9492 from german77/joycon_release | 2023-01-24 | 35 | -33/+5013 | |
| |\ | | | | | Input_common: Implement custom joycon driver v2 | ||||
| | * | input_common: Fix joycon mappings | 2023-01-20 | 2 | -57/+53 | |
| | | | |||||
| | * | input_common: Address byte review | 2023-01-20 | 16 | -243/+220 | |
| | | | |||||
| | * | input_common: Drop Pro controller support from custom driver | 2023-01-19 | 4 | -43/+4 | |
| | | | |||||
| | * | input_common: Fix issue where ring and irs are enabled at the same time | 2023-01-19 | 3 | -12/+23 | |
| | | | |||||
| | * | input_common: Implement joycon ir camera | 2023-01-19 | 12 | -14/+580 | |
| | | | |||||
| | * | yuzu: Add ring controller test button | 2023-01-19 | 3 | -17/+32 | |
| | | | |||||
| | * | input_common: Use DriverResult on all engines | 2023-01-19 | 15 | -73/+75 | |
| | | | |||||
| | * | Address review comments | 2023-01-19 | 13 | -42/+42 | |
| | | | |||||
| | * | core: hid: Fix input regressions | 2023-01-19 | 2 | -4/+1 | |
| | | | |||||
| | * | input_common: Implement joycon nfc | 2023-01-19 | 8 | -12/+542 | |
| | | | |||||
| | * | input_common: Add dual joycon support | 2023-01-19 | 1 | -24/+101 | |
| | | | |||||
| | * | input_common: Add support for joycon ring controller | 2023-01-19 | 9 | -4/+272 | |
| | | | |||||
| | * | input_common: Add support for joycon input reports | 2023-01-19 | 8 | -100/+798 | |
| | | | |||||
| | * | input_common: Use calibration from joycon | 2023-01-19 | 5 | -0/+231 | |
| | | | |||||
| | * | input_common: Add support for joycon generic functions | 2023-01-19 | 5 | -3/+310 | |
| | | | |||||
| | * | input_common: Add joycon low level functions | 2023-01-19 | 3 | -0/+434 | |
| | | | |||||
| | * | core: hid: Enable pulling color data from controllers | 2023-01-19 | 5 | -1/+131 | |
| | | | |||||
| | * | input_common: Disable SDL driver with switch controllers | 2023-01-19 | 2 | -3/+20 | |
| | | | |||||
| | * | input_common: Initial skeleton for custom joycon driver | 2023-01-19 | 7 | -0/+1763 | |
| | | | |||||
| * | | input_common: reset sdl motion if data is invalid | 2023-01-18 | 1 | -19/+35 | |
| |/ | |||||
| * | Merge pull request #9605 from german77/mouse_mapping | 2023-01-10 | 1 | -1/+1 | |
| |\ | | | | | yuzu: Read mouse scroll | ||||
| | * | yuzu: Read mouse wheel input | 2023-01-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengths | 2023-01-10 | 2 | -4/+10 | |
| |\ \ | |/ |/| | TAS: Show all script lengths for multiplayer | ||||
| | * | TAS: Show all script lengths for multiplayer | 2023-01-07 | 2 | -4/+10 | |
| | | | |||||
| * | | input_common: Create an update engine | 2023-01-05 | 2 | -6/+37 | |
| |/ | |||||
| * | cmake: make libusb optional | 2022-12-28 | 2 | -7/+32 | |
| | | |||||
| * | Merge pull request #9471 from german77/input | 2022-12-19 | 2 | -206/+83 | |
| |\ | | | | | input_common: Cleanup project | ||||
| | * | input_common: Cleanup project | 2022-12-18 | 2 | -206/+83 | |
| | | | |||||
| * | | bootmanager: Use proper camera size | 2022-12-18 | 1 | -0/+1 | |
| |/ | |||||
| * | Merge pull request #9456 from german77/virtual_gamepad | 2022-12-17 | 5 | -0/+183 | |
| |\ | | | | | input_common: Add virtual gamepad | ||||
| | * | input_common: Add virtual gamepad | 2022-12-16 | 5 | -0/+183 | |
| | | | |||||
| * | | camera: Use pre-allocated vector for camera data | 2022-12-16 | 2 | -2/+4 | |
| |/ | | | | And avoid an unnecessary copy | ||||
| * | input_common: Filter SDL GUID | 2022-12-12 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request #9391 from abouvier/cmake-sdl | 2022-12-06 | 1 | -5/+1 | |
| |\ | | | | | cmake: use sdl2 imported target | ||||
| | * | cmake: use sdl2 imported target | 2022-12-06 | 1 | -5/+1 | |
| | | | |||||
| * | | cmake: prefer system libusb | 2022-12-06 | 1 | -3/+1 | |
| | | | |||||
| * | | Merge pull request #9369 from german77/mifare | 2022-12-05 | 2 | -16/+29 | |
| |\ \ | |/ |/| | service: nfc: Implement mifare service | ||||
| | * | input_common: Allow mifare files | 2022-12-04 | 2 | -16/+29 | |
| | | | |||||
| * | | Merge pull request #9300 from ameerj/pch | 2022-12-03 | 2 | -0/+11 | |
| |\ \ | | | | | | | CMake: Use precompiled headers to improve compile times | ||||
| | * | | CMake: Consolidate common PCH headers | 2022-11-30 | 1 | -7/+1 | |
| | | | | |||||
| | * | | CMake: Use precompiled headers | 2022-11-29 | 2 | -0/+17 | |
| | | | | |||||
| * | | | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 4 | -3/+3 | |
| |\ \ \ | |_|/ |/| | | general: fix compile for Apple Clang | ||||