24 Commits (72961a7be0b0de6789631288fa04e8aba06811bd)

Author SHA1 Message Date
Viktor Szépe 8f8a15827f Fix more typos 2 years ago
german77 6788dffa53 core: hid: Split SL and SR buttons 3 years ago
Liam 5be8a74b0c general: fix spelling mistakes 3 years ago
arades79 60a68839ee remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Morph 8be6571a38 input_common: Make use of StoppableTimedWait 3 years ago
german77 5cbeb6f1c4 input_common: Use DriverResult on all engines 4 years ago
german77 96881efdc3 input_common: cache vibration tests 4 years ago
Liam 47fc168030 common: remove "yuzu:" prefix from thread names 4 years ago
Morph 5ec38a7cb9 Revert "gc_adapter: fix libusb import on GCC11.2" 4 years ago
Levi Behunin 6e1eea8897 gc_adapter: fix libusb import on GCC11.2 4 years ago
Andrea Pappacoda b2eb103829 chore: add missing SPDX tags 4 years ago
Narr the Reg f27e097244 input_common: Map sticks correctly when mapped sideways 4 years ago
Morph e47b5e6a26 general: Rename NewUUID to UUID, and remove the previous UUID impl 4 years ago
Morph 51c445f7e8 input/hid: Migrate to the new UUID implementation 4 years ago
Lioncash f41c22d30f input_engine: Pass VibrationStatus by const reference in SetRumble() 5 years ago
Lioncash 54e164d9de input_engine: std::move engine name where applicable 5 years ago
german77 b8b849dc2e input_common: Move button names to the frontend 5 years ago
german77 30de38ee7f kraken: Address comments from review 5 years ago
german77 9f91335a71 kraken: Address comments from review 5 years ago
german77 254d133be2 input_common: Fix GC adapter initialization 5 years ago
german77 8ea02d19a1 service/hid: Fix gesture input 5 years ago
german77 00f654cd22 core/hid: Only signal when needed 5 years ago
german77 0292fe0198 kraken: Fix errors from rebase and format files 5 years ago
german77 66cf94709a core/hid: Add output devices 5 years ago
german77 78a8ed6290 input_common: Rewrite gc_adapter 5 years ago
Fernando S 0b63955efe Revert "input_common: Fix data race on GC implementation" 5 years ago
Rodrigo Locatti 84bdc6969f input_common: Fix data race on GC implementation 5 years ago
Morph 1917128312 input_common: Remove #pragma warning directives for external headers 5 years ago
german77 7d6d399f26 input_common: Reset GC sticks center by measuring multiple packets 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
Morph ad3905fe27 input_common: Add VibrationDevice and VibrationDeviceFactory 6 years ago
german 2aafcc5f4b Add hotplug, rumble and fix 3rd party adapters for the GC adapter 6 years ago
Lioncash d44d662529 input_common/CMakeLists: Make some warnings errors 6 years ago
german 9f70da1a9b Add automap feature for GC adapter 6 years ago
ReinUsesLisp 67dd8466b3 gc_adapter: Disable MSVC nonstandard extension warning on libusb.h 6 years ago
Lioncash 14d5340a9d gc_adapter: Make DeviceConnected() a const member function 6 years ago
Brian J. Tarricone f637cfec64 GCAdapter: only join worker thread if running & joinable 6 years ago
Lioncash bc2f95ea67 gc_adapter: Resolve C++20 deprecation warning 6 years ago
ameerj 45584cf459 std::size_t where appropriate, make error message more clear if can't read 6 years ago
Ameer 05174770cc Refactor adapter code 6 years ago
Jan Beich cfc73b4188 input_common: make libusb private to gc_adapter 6 years ago
Lioncash 1fe8261049 gc_adapter: Remove deprecated usage of = in lambda captures 6 years ago
Lioncash 6b6d076f51 gc_adapter: Silence sign conversion warnings 6 years ago
Ameer a885855ff4 Break out of scan loop if can't find adapter on first run 6 years ago
Ameer 6e2876d7da Address comments for better clarity/signed dev count 6 years ago
Ameer 0e21c24052 Add more libusb error checks 6 years ago
Ameer f1790c7b34 Address PR feedback, fix axis button thresholding 6 years ago
Ameer 3eeb56e064 Brace the code! Fix compile error due to class member construction order 6 years ago
Ameer 9a989c4ff9 Recalibrate reconnected controllers 6 years ago