summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_input.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: rewrite appletAE, appletOELiam2024-02-121-3/+0
* am: migrate global state to per-applet state structureLiam2024-01-301-15/+2
* service: split am into componentsLiam2024-01-301-0/+1
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-2/+2
* core: hid: Signal color updatesNarr the Reg2023-11-041-1/+1
* yuzu: Improve behavior when clicking on controller box in Controller appletflodavid2023-10-171-24/+35
* yuzu: Improve behavior when clicking on controller box in Control Configurationflodavid2023-10-141-10/+26
* general: Use console mode helper across projectlat9nq2023-08-231-12/+8
* general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-5/+13
* config: Fix controller config from resettingNarr the Reg2023-03-181-0/+3
* yuzu: Silence some clang warningsNarr the Reg2022-09-211-4/+3
* yuzu: Use a debugger to generate minidumpslat9nq2022-09-051-1/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: Hook qt camera to camera drivergerman772022-07-241-0/+5
* yuzu: Add custom ringcon configurationgerman772022-04-161-0/+5
* yuzu: Reduce unused includesameerj2022-03-201-4/+0
* yuzu: config: Vibrate the controller while configuring vibration strengthNarr the Reg2022-02-021-1/+1
* core/hid: Fully implement native mousegerman772021-11-251-4/+0
* settings: Remove includes of core.hgerman772021-11-251-12/+17
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-4/+13
* hid: Fix controller connection/disconnectiongerman772021-11-251-0/+1
* kraken: Fix errors from rebase and format filesgerman772021-11-251-4/+5
* yuzu: Update frontendgerman772021-11-251-15/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-22/+22
* Fix connect and disconnect controller eventsgerman2021-01-241-1/+5
* configure_input: Modify controller connection delayMorph2021-01-011-1/+12
* configure_input: Update the input profiles for other player tabsMorph2020-11-161-2/+14
* configure_input: Add per-player vibrationMorph2020-11-161-0/+4
* settings: Remove global vibration strength modifierMorph2020-11-161-2/+0
* configure_input: Hook up the vibration percentage spinboxMorph2020-11-161-0/+2
* settings: Preparation for per-game input settingsMorph2020-11-161-12/+12
* input_profiles: Implement input profilesMorph2020-11-161-10/+20
* configure_input_player: Implement input exclusivity and persistenceMorph2020-11-161-1/+1
* Merge pull request #4594 from german77/MotionHIDbunnei2020-09-171-0/+7
|\
| * configure_input: Hook up the motion button and checkboxMorph2020-09-051-0/+7
* | clang-formatMorph2020-09-041-1/+2
* | Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-5/+16
|/
* Address review comments and fix code compilationFearlessTobi2020-08-291-5/+4
* yuzu: Add motion and touch configurationFearlessTobi2020-08-291-0/+6
* input_common: Eliminate most global stateLioncash2020-08-271-14/+18
* Address feedbackMorph2020-08-261-6/+7
* Project Mjölnir: Part 1Morph2020-08-261-143/+122
* When docked mode is checked, uncheck "joycons docked"Morph2019-09-171-0/+2
* Qt: Fixed behaviour of buttons by connecting functors to correct signalsSilent2019-08-021-6/+6
* yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-10/+36
* yuzu/configuration: Make function naming consistentLioncash2019-06-051-18/+18
* yuzu/configuration/configure_input: Mark controller type names as translateableLioncash2019-05-191-5/+8
* configure_input_simple: Properly signal docked mode changeZach Hilman2018-12-051-31/+27
* configure_input: Convert into QDialogZach Hilman2018-12-051-1/+1
* yuzu/configuration/configure_input: Default destructor in the cpp fileLioncash2018-12-021-0/+2
* configure_input: Amend clang-format discrepanciesLioncash2018-11-301-1/+1
* Merge pull request #1768 from greggameplayer/patch-2bunnei2018-11-291-0/+4
|\
| * correct clang-formatgreggameplayer2018-11-221-1/+1
| * Automatically disable joycons dockedgreggameplayer2018-11-221-0/+4
* | yuzu/configure_input: Make CallConfigureDialog a non-member template functionLioncash2018-11-271-16/+18
* | yuzu/configure_input: Remove unnecessary includesLioncash2018-11-271-8/+2
|/
* configure_input: Properly update UI components on removal of playerZach Hilman2018-11-191-0/+2
* configure_input: Make None a controller option instead of checkboxZach Hilman2018-11-191-40/+73
* hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-191-12/+15
* configure_input: Add support for multiplayer and controller typesZach Hilman2018-11-191-288/+118
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* citra_qt/configuration: misc input tab improvementszhupengfei2018-10-061-18/+69
* configure_input: Make analog mapping strings translatableLioncash2018-10-031-3/+3
* Port #4141 from citra: Joystick hotplug support (#1275)Tobias2018-09-111-12/+10
* Port #3911 from Citra: "Optimize settings application"fearlessTobi2018-07-291-2/+0
* Format: Run the new clang format on everythingJames Rowe2018-01-211-4/+15
* Merge pull request #53 from nkatz565/nk-fixlabelsbunnei2018-01-161-25/+52
|\
| * Use static functions instead of lambdasmuemart2018-01-161-49/+46
| * Add translation support for button labelsmuemart2018-01-161-14/+15
| * Add button labels for sdl joystick mappingsmuemart2018-01-161-17/+46
* | clang-formatMerryMage2018-01-161-7/+7
|/
* Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart2018-01-161-43/+96
* configure_input: update w/ Switch buttonsshinyquagsire232018-01-151-7/+11
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-2/+3
* Massive removal of unused modulesJames Rowe2018-01-131-0/+199