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
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