summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_input_player.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-04Convert files to LF eolKelebek11-1/+1
2023-10-17yuzu: Improve behavior when clicking on controller box in Controller appletflodavid1-4/+1
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-01-11yuzu: Read mouse wheel inputNarr the Reg1-0/+3
2022-12-24yuzu: Automatically refresh device listgerman771-0/+3
2022-11-20Configuration: Add per-game input profilesameerj1-1/+1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2021-11-25settings: Remove includes of core.hgerman771-11/+5
2021-11-25core/hid: Rename NpadType to NpadStyleIndexgerman771-4/+4
2021-11-25yuzu: Update frontendgerman771-30/+19
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq1-1/+8
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-02-08hid: Implement GC controllergerman1-0/+6
2021-02-06Make settings controller image change with controller inputgerman1-1/+1
2021-01-01configure_input: Modify controller connection delayMorph1-0/+12
2020-11-21configure_input_player: Use the npad style set to show the available controllersMorph1-0/+13
2020-11-16configure_input: Update the input profiles for other player tabsMorph1-3/+9
2020-11-16sdl_impl: Revert to the "old" method of mapping sticksMorph1-1/+4
2020-11-16input_profiles: Implement input profilesMorph1-1/+20
2020-11-16configure_input_player: Implement input exclusivity and persistenceMorph1-7/+10
2020-10-20configure_input_player: Fix modifier buttonsMorph1-5/+4
2020-09-18configure_input_player: Re-add "Clear" context menu optionMorph1-2/+2
2020-09-05configure_input_player: Show/hide motion buttons based on the controllerMorph1-0/+3
2020-09-05Include HID and configuration changes related to motiongerman1-0/+3
2020-08-27input_common: Eliminate most global stateLioncash1-2/+8
2020-08-26configure_input_player: Fix modifier scale button mappingMorph1-4/+1
2020-08-26configuration/input: Add support for mouse button clicksMorph1-1/+4
2020-08-26Project Mjölnir: Part 1Morph1-29/+77
2020-08-10Remove UI changesameerj1-2/+0
2020-08-10Add range slider for analog sticksAmeer1-0/+2
2020-06-21Clang FormattingAmeer1-4/+4
2020-06-21GC Adapter ImplementationAmeer1-4/+4
2020-04-23Edit modifier_scale with the deadzone sliderKewlan1-2/+4
2020-01-03Added deadzone controls for sdl engine at input settingsCJBok1-0/+2
2019-06-06yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash1-0/+3
2019-06-05yuzu/configuration: Make function naming consistentLioncash1-6/+6
2019-01-17yuzu/configuration/configure_input_player: Forward declare types where applicableLioncash1-2/+6
2018-11-27yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8Lioncash1-2/+2
2018-11-27yuzu/configure_input*: Move data members after function declarationsLioncash1-24/+25
2018-11-19configure_input: Make None a controller option instead of checkboxZach Hilman1-0/+1
2018-11-19hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman1-2/+2
2018-11-19qt: Move controller button config to separate dialogZach Hilman1-0/+102