| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
- Removes a dependency on core and input_common from common.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Pragma disable zero-sized array nonstandard extension warning on MSVC.
|
|
|
|
| |
This doesn't modify instance state, so it can be made const.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
gcadapter: Tidy up compiler warnings
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It's deprecated in C++20 to use = to capture the this pointer.
Instead, we can simply pass this as an argument to the thread
constructor.
|
| | | |
|
| |/ |
|
| | |
|
|\| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
|
|
| |
Co-authored-by: VolcaEM <63682805+VolcaEM@users.noreply.github.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
|
| |
|
|
|