summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_input_player.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert files to LF eolKelebek12023-11-041-1/+1
* yuzu: Improve behavior when clicking on controller box in Controller appletflodavid2023-10-171-4/+1
* general: fix spelling mistakesLiam2023-03-121-1/+1
* yuzu: Read mouse wheel inputNarr the Reg2023-01-111-0/+3
* yuzu: Automatically refresh device listgerman772022-12-241-0/+3
* Configuration: Add per-game input profilesameerj2022-11-201-1/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* settings: Remove includes of core.hgerman772021-11-251-11/+5
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-251-4/+4
* yuzu: Update frontendgerman772021-11-251-30/+19
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-1/+8
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* hid: Implement GC controllergerman2021-02-081-0/+6
* Make settings controller image change with controller inputgerman2021-02-061-1/+1
* configure_input: Modify controller connection delayMorph2021-01-011-0/+12
* configure_input_player: Use the npad style set to show the available controllersMorph2020-11-211-0/+13
* configure_input: Update the input profiles for other player tabsMorph2020-11-161-3/+9
* sdl_impl: Revert to the "old" method of mapping sticksMorph2020-11-161-1/+4
* input_profiles: Implement input profilesMorph2020-11-161-1/+20
* configure_input_player: Implement input exclusivity and persistenceMorph2020-11-161-7/+10
* configure_input_player: Fix modifier buttonsMorph2020-10-201-5/+4
* configure_input_player: Re-add "Clear" context menu optionMorph2020-09-181-2/+2
* configure_input_player: Show/hide motion buttons based on the controllerMorph2020-09-051-0/+3
* Include HID and configuration changes related to motiongerman2020-09-051-0/+3
* input_common: Eliminate most global stateLioncash2020-08-271-2/+8
* configure_input_player: Fix modifier scale button mappingMorph2020-08-261-4/+1
* configuration/input: Add support for mouse button clicksMorph2020-08-261-1/+4
* Project Mjölnir: Part 1Morph2020-08-261-29/+77
* Edit modifier_scale with the deadzone sliderKewlan2020-04-231-2/+4
* Added deadzone controls for sdl engine at input settingsCJBok2020-01-031-0/+2
* yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-0/+3
* yuzu/configuration: Make function naming consistentLioncash2019-06-051-6/+6
* yuzu/configuration/configure_input_player: Forward declare types where applicableLioncash2019-01-171-2/+6
* yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8Lioncash2018-11-271-2/+2
* yuzu/configure_input*: Move data members after function declarationsLioncash2018-11-271-24/+25
* configure_input: Make None a controller option instead of checkboxZach Hilman2018-11-191-0/+1
* hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman2018-11-191-2/+2
* qt: Move controller button config to separate dialogZach Hilman2018-11-191-0/+102