Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Migrates over warnings as errors for input common to match how the
common library treats warnings as errors.
|
|
|
|
A vibration device is an input device that returns an unsigned byte as status.
It represents whether the vibration device supports vibration or not.
If the status returns 1, it supports vibration. Otherwise, it does not support vibration.
|
|
|
|
Makes the input_common code warnings consistent with the rest of the
codebase.
|
|
This doesn't modify instance state, so it can be made const.
|
|
gc_poller: Resolve compilation warnings on MSVC
|
|
The hardware tested value is 0.5 which translates to SHRT_MAX / 2
|
|
Co-authored-by: James Rowe <jroweboy@gmail.com>
Co-authored-by: Its-Rei <kupfel@gmail.com>
|
|
We just need to make our intentional implicit truncations explicit.
|
|
This PR is now only the Analog devices handling the range value defaulting at 100%
|
|
|
|
|
|
|
|
|
|
|
|
This doesn't modify class instance state.
|
|
Ensures that the function always has returns in all control paths.
|
|
|
|
|
|
|
|
for input detection
|
|
little touch ups
|
|
config, clarify some code blocks for better readability
|
|
|
|
|
|
than magic number
|
|
|
|
|
|
|
|
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
|
|
|
|
|