33 Commits (504095cea9bc5e8710dc7846c7706614fa959641)

Author SHA1 Message Date
Ameer 504095cea9 Address c++20 warning, fix inaccurate range text display when slide == 0 6 years ago
Ameer ed51c2abda Add range slider for analog sticks 6 years ago
Lioncash b249e4e0ce yuzu: Resolve C++20 deprecation warnings related to lambda captures 5 years ago
Ameer 6e1639c7b0 Fix unnecessary diffs 6 years ago
Ameer 6b7c8e469b Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability 6 years ago
Ameer 901bc09dd7 Small quality of life indication that mapped button is GC 6 years ago
Ameer 121af3646d Singleton GC Adapter class, remove globals, fix naming convention 6 years ago
Ameer c94583d867 Clang Formatting 6 years ago
Ameer 0248614add GC Adapter Implementation 6 years ago
FearlessTobi aaa4822fcb Actually save the input when clearing/resetting to default 6 years ago
Kewlan 8d917e14f8 Edit modifier_scale with the deadzone slider 6 years ago
FearlessTobi aa6214feb7 yuzu/configuration: Only assert that all buttons exist when we are handling the click for a button device 6 years ago
CJBok 2fa9a96309 const correction 6 years ago
CJBok 90f9c830ca clang 6 years ago
CJBok 351e3fb72e
Update configure_input_player.cpp 6 years ago
CJBok 4a566b9828 Added deadzone controls for sdl engine at input settings 6 years ago
FreddyFunk be5dc68ca3 fixed clang format & addressed feedback 6 years ago
FreddyFunk a31c6b2c4e yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers 6 years ago
fearlessTobi 22fd208e8d Add cancel option to analog stick configuration 6 years ago
Silent 221250d922 Qt: Fixed behaviour of buttons by connecting functors to correct signals 7 years ago
Lioncash c09ff382a4 yuzu/configuration: Make all widgets and dialogs aware of language changes 7 years ago
Lioncash e1d755bdda yuzu/configuration: Make function naming consistent 7 years ago
Lioncash aa83639b78 yuzu/configuration/configure_input_player: Clean up array accesses 7 years ago
Lioncash 4d2da5a40a yuzu/configuration/configure_input_player: Specify string conversions explicitly 7 years ago
Lioncash faf69a22d4 yuzu/configuration/configure_input_player: Forward declare types where applicable 7 years ago
Zach Hilman 233a804196 configure_input: Add ConfigureInputSimple as default input UI config 7 years ago
Lioncash 2a22c1b27e yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 7 years ago
Lioncash 11cf13a6e1 yuzu/configure_input_player: Use a lambda expression instead of std::bind 7 years ago
Lioncash 73a48d6523 yuzu/configure_input_player: Amend constructor initializer list order 7 years ago
Lioncash 53bff53791 yuzu/configure_input: Remove unused function MoveGridElement 7 years ago
Zach Hilman e58c951a59 configure_input: Make None a controller option instead of checkbox 7 years ago
Zach Hilman 3a6cd5b3c8 hid: Use player-defined controller type as PREFERRED_CONTROLLER 7 years ago
Zach Hilman 3d1a221893 qt: Move controller button config to separate dialog 7 years ago