summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_input_player.cpp
AgeCommit message (Expand)Author
2020-09-10Merge pull request #4608 from lioncash/sign3bunnei
2020-08-29configure_input_player: Resolve sign conversion warnings in UpdateMappingWith...Lioncash
2020-08-29yuzu/configuration: Fix index out of bounds for default_analogsMorph
2020-08-27input_common: Eliminate most global stateLioncash
2020-08-26configure_input_player: Fix modifier scale button mappingMorph
2020-08-26configuration/input: Add support for mouse button clicksMorph
2020-08-26Address feedbackMorph
2020-08-26Project Mjölnir: Part 1Morph
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash
2020-07-02Fix unnecessary diffsAmeer
2020-07-02Add LR triggers as axes, half press to initiate a press, add GC axis id in co...Ameer
2020-06-22Small quality of life indication that mapped button is GCAmeer
2020-06-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
2020-06-21Clang FormattingAmeer
2020-06-21GC Adapter ImplementationAmeer
2020-06-03Actually save the input when clearing/resetting to defaultFearlessTobi
2020-04-23Edit modifier_scale with the deadzone sliderKewlan
2020-04-05yuzu/configuration: Only assert that all buttons exist when we are handling t...FearlessTobi
2020-01-03const correctionCJBok
2020-01-03clangCJBok
2020-01-03Update configure_input_player.cppCJBok
2020-01-03Added deadzone controls for sdl engine at input settingsCJBok
2019-10-10fixed clang format & addressed feedbackFreddyFunk
2019-10-10yuzu/configure_input_player: Fix input handling for ZL and ZR from controller...FreddyFunk
2019-09-03Add cancel option to analog stick configurationfearlessTobi
2019-08-02Qt: Fixed behaviour of buttons by connecting functors to correct signalsSilent
2019-06-05yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash
2019-06-05yuzu/configuration: Make function naming consistentLioncash
2019-05-19yuzu/configuration/configure_input_player: Clean up array accessesLioncash
2019-05-19yuzu/configuration/configure_input_player: Specify string conversions explicitlyLioncash
2019-01-17yuzu/configuration/configure_input_player: Forward declare types where applic...Lioncash
2018-12-05configure_input: Add ConfigureInputSimple as default input UI configZach Hilman
2018-11-27yuzu/configure_input_player: Use std::size_t to represent the player index in...Lioncash
2018-11-27yuzu/configure_input_player: Use a lambda expression instead of std::bindLioncash
2018-11-27yuzu/configure_input_player: Amend constructor initializer list orderLioncash
2018-11-27yuzu/configure_input: Remove unused function MoveGridElementLioncash
2018-11-18configure_input: Make None a controller option instead of checkboxZach Hilman
2018-11-18hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman
2018-11-18qt: Move controller button config to separate dialogZach Hilman