Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | Merge pull request #9677 from Morph1984/sleep-one | bunnei | |
polyfill_thread: Implement StoppableTimedWait | |||
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 | |
2022-12-17 | Merge pull request #9456 from german77/virtual_gamepad | bunnei | |
input_common: Add virtual gamepad | |||
2022-12-16 | input_common: Add virtual gamepad | german77 | |
2022-12-16 | camera: Use pre-allocated vector for camera data | ameerj | |
And avoid an unnecessary copy | |||
2022-12-12 | input_common: Filter SDL GUID | Narr the Reg | |
2022-12-06 | Merge pull request #9391 from abouvier/cmake-sdl | liamwhite | |
cmake: use sdl2 imported target | |||
2022-12-06 | cmake: prefer system libusb | Alexandre Bouvier | |
2022-12-05 | Merge pull request #9369 from german77/mifare | liamwhite | |
service: nfc: Implement mifare service | |||
2022-12-06 | cmake: use sdl2 imported target | Alexandre Bouvier | |
2022-12-04 | input_common: Allow mifare files | Narr the Reg | |
2022-12-03 | Merge pull request #9300 from ameerj/pch | liamwhite | |
CMake: Use precompiled headers to improve compile times | |||
2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
general: fix compile for Apple Clang | |||
2022-11-30 | CMake: Consolidate common PCH headers | ameerj | |
2022-11-29 | Merge pull request #9349 from lat9nq/cmake-322 | Morph | |
CMakeLists: Bump minimum required CMake version to 3.22 |