summaryrefslogtreecommitdiffstats
path: root/src/input_common/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Move settings to common from core.bunnei2021-04-151-47/+0
| | | | - Removes a dependency on core and input_common from common.
* input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-161-7/+14
| | | | | | 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.
* Include HID and configuration changes related to motiongerman2020-09-051-0/+7
|
* Project Mjölnir: Part 1Morph2020-08-261-0/+33
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>