index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
configuration
/
configure_input_player.cpp
Age
Commit message (
Expand
)
Author
2020-09-10
Merge pull request #4608 from lioncash/sign3
bunnei
2020-08-29
configure_input_player: Resolve sign conversion warnings in UpdateMappingWith...
Lioncash
2020-08-29
yuzu/configuration: Fix index out of bounds for default_analogs
Morph
2020-08-27
input_common: Eliminate most global state
Lioncash
2020-08-26
configure_input_player: Fix modifier scale button mapping
Morph
2020-08-26
configuration/input: Add support for mouse button clicks
Morph
2020-08-26
Address feedback
Morph
2020-08-26
Project Mjölnir: Part 1
Morph
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-03
yuzu: Resolve C++20 deprecation warnings related to lambda captures
Lioncash
2020-07-02
Fix unnecessary diffs
Ameer
2020-07-02
Add LR triggers as axes, half press to initiate a press, add GC axis id in co...
Ameer
2020-06-22
Small quality of life indication that mapped button is GC
Ameer
2020-06-21
Singleton GC Adapter class, remove globals, fix naming convention
Ameer
2020-06-21
Clang Formatting
Ameer
2020-06-21
GC Adapter Implementation
Ameer
2020-06-03
Actually save the input when clearing/resetting to default
FearlessTobi
2020-04-23
Edit modifier_scale with the deadzone slider
Kewlan
2020-04-05
yuzu/configuration: Only assert that all buttons exist when we are handling t...
FearlessTobi
2020-01-03
const correction
CJBok
2020-01-03
clang
CJBok
2020-01-03
Update configure_input_player.cpp
CJBok
2020-01-03
Added deadzone controls for sdl engine at input settings
CJBok
2019-10-10
fixed clang format & addressed feedback
FreddyFunk
2019-10-10
yuzu/configure_input_player: Fix input handling for ZL and ZR from controller...
FreddyFunk
2019-09-03
Add cancel option to analog stick configuration
fearlessTobi
2019-08-02
Qt: Fixed behaviour of buttons by connecting functors to correct signals
Silent
2019-06-05
yuzu/configuration: Make all widgets and dialogs aware of language changes
Lioncash
2019-06-05
yuzu/configuration: Make function naming consistent
Lioncash
2019-05-19
yuzu/configuration/configure_input_player: Clean up array accesses
Lioncash
2019-05-19
yuzu/configuration/configure_input_player: Specify string conversions explicitly
Lioncash
2019-01-17
yuzu/configuration/configure_input_player: Forward declare types where applic...
Lioncash
2018-12-05
configure_input: Add ConfigureInputSimple as default input UI config
Zach Hilman
2018-11-27
yuzu/configure_input_player: Use std::size_t to represent the player index in...
Lioncash
2018-11-27
yuzu/configure_input_player: Use a lambda expression instead of std::bind
Lioncash
2018-11-27
yuzu/configure_input_player: Amend constructor initializer list order
Lioncash
2018-11-27
yuzu/configure_input: Remove unused function MoveGridElement
Lioncash
2018-11-18
configure_input: Make None a controller option instead of checkbox
Zach Hilman
2018-11-18
hid: Use player-defined controller type as PREFERRED_CONTROLLER
Zach Hilman
2018-11-18
qt: Move controller button config to separate dialog
Zach Hilman