aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_input_advanced.cpp
AgeCommit message (Collapse)Author
2021-11-26input_common: Fully implement UDP controllersNarr the Reg
2021-11-24core/hid: Improve accuary of mouse implementationgerman77
2021-11-24core/hid: Fully implement native mousegerman77
2021-09-18Hide XInput bypass on non-Windows OSesValeri
Follow-up to #6950. This option is a no-op on other OSes and only serves to spread confusion there.
2021-09-10input_common: Enable steam controllers and 8 player supportgerman77
2021-06-28general: Make most settings a BasicSettinglat9nq
Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting.
2021-04-14common: Move settings to common from core.bunnei
- Removes a dependency on core and input_common from common.
2021-02-07Add mouse panninggerman
2020-12-07Disable analog joystick from buttons by defaultgerman
2020-11-15general: Fix compiler warnings on linux and miscellaneous changesMorph
2020-11-15settings: Preparation for per-game input settingsMorph
2020-11-15ui/themes: Cleanup UIMorph
2020-08-30Address second batch of reviewsFearlessTobi
2020-08-29Address review comments and fix code compilationFearlessTobi
2020-08-26Address feedbackMorph
2020-08-26Project Mjölnir: Part 1Morph
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>