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>
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|