| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
input_common: Implement turbo buttons
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
 | 
 | 
input_common: joycon: Remove magic numbers from calibration protocol
 | 
 | 
polyfill_thread: Implement StoppableTimedWait
 | 
 | 
 | 
 | 
 | 
 | 
input_common: Implement SetLowPowerMode and TriggersElapsed
 | 
 | 
driver
 | 
 | 
Revert #9617 and fix it on input_common
 | 
 | 
 | 
 | 
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: Implement custom joycon driver v2
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
yuzu: Read mouse scroll
 | 
 | 
 | 
 | 
TAS: Show all script lengths for multiplayer
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
input_common: Cleanup project
 | 
 | 
 | 
 | 
 | 
 | 
input_common: Add virtual gamepad
 | 
 | 
 | 
 | 
And avoid an unnecessary copy
 |