summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_input_advanced.cpp
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-11-04core: hid: Signal color updatesNarr the Reg
2023-06-12input_common: Redesign mouse panningBaptiste Marie
2023-05-09service: nfp: Allow to load with a different amiibo idgerman77
2023-02-09input_common: Reintroduce custom pro controller supportNarr the Reg
2023-01-19input_common: Disable SDL driver with switch controllersNarr the Reg
2022-11-17Qt6: Disable IR Sensor when compiling with Qt6Kyle Kienapfel
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error
2022-07-23yuzu: Hook qt camera to camera drivergerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-04-16yuzu: Add custom ringcon configurationgerman77
2022-01-23yuzu: Add setting to disable controller navigationgerman77
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>