summaryrefslogtreecommitdiff
path: root/src/input_common/settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Move settings to common from core.Gravatar bunnei2021-04-141-372/+0
| | | | - Removes a dependency on core and input_common from common.
* hid: Implement GC controllerGravatar german2021-02-071-0/+1
|
* input_common: Add VibrationDevice and VibrationDeviceFactoryGravatar Morph2020-11-151-7/+25
| | | | | | 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.
* configure_input: Add per-player vibrationGravatar Morph2020-11-151-0/+3
| | | | | | | Allows for enabling and modifying vibration and vibration strength per player. Also adds a toggle for enabling/disabling accurate vibrations. Co-authored-by: Its-Rei <kupfel@gmail.com>
* configure_input_player: Fix modifier buttonsGravatar Morph2020-10-201-2/+0
| | | | Fix them for real this time, now they finally work.
* Include HID and configuration changes related to motionGravatar german2020-09-041-0/+17
|
* input_common/main: Remove unnecessary headersGravatar Lioncash2020-08-281-2/+2
|
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-0/+335
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>