summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_input.ui
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2022-07-19Update configure_input.uiMatías Locatti
2020-11-15configure_input: Add per-player vibrationMorph
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>
2020-11-15configure_input: Hook up the vibration percentage spinboxMorph
This allows setting the vibration strength percentage anywhere from 1% to 100%. Also hooks up the remaining motion button and checkbox in the Controller Applet.
2020-11-15ui/themes: Cleanup UIMorph
2020-08-26Project Mjölnir: Part 1Morph
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
2019-06-19Merge pull request #2594 from FearlessTobi/very-important-changeZach Hilman
yuzu/configure_input: Add missing space in window title
2019-06-19Change to a more descriptive nameTobias
2019-06-19yuzu/configure_input: Add missing space in window nameTobias
2019-05-29qt: Silence name collision warningsReinUsesLisp
2018-12-05configure_input: Convert into QDialogZach Hilman
2018-11-18configure_input: Use Joycons Docked instead of Connected as labelZach Hilman
2018-11-18configure_input: Make None a controller option instead of checkboxZach Hilman
2018-11-18configure_input: Add support for multiplayer and controller typesZach Hilman
This moves the actual button configuration to a separate dialog and only has the enabled and type controls in the tab.
2018-10-06citra_qt/configuration: misc input tab improvementszhupengfei
* Added a context menu on the buttons including Clear & Restore Default * Allow clearing (unsetting) inputs. Added a Clear All button * Allow restoring a single input to default (instead of all)
2018-08-28yuzu: Fix stick UI direction orderfearlessTobi
2018-08-22Swap "Plus" with "Minus" on the controller GUI (#1150)literalmente-game
* Swap "Plus" with "Minus" on the controller GUI Major fix /s
2018-01-18ui: Rename almost all classes in configuration_input.ui (#99)Evgeni Danailov
* Rename verticalLayout_25 to verticalLayout_23. * Rename almost all classes.
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2018-01-15configure_input: update w/ Switch buttonsshinyquagsire23
2018-01-12Massive removal of unused modulesJames Rowe