| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
input_common: Increase mouse sensitivity range
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
 | 
 | 
where possible
Signed-off-by: arades79 <scravers@protonmail.com>
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
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
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
input_common: Add virtual gamepad
 | 
 | 
 | 
 | 
And avoid an unnecessary copy
 | 
 | 
 | 
 | 
service: nfc: Implement mifare service
 | 
 | 
 | 
 | 
general: fix compile for Apple Clang
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
input_common: cache vibration tests
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 |