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.h
Age
Commit message (
Expand
)
Author
2021-11-24
settings: Remove includes of core.h
german77
2021-11-24
core/hid: Rename NpadType to NpadStyleIndex
german77
2021-11-24
yuzu: Update frontend
german77
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-07
hid: Implement GC controller
german
2021-02-06
Make settings controller image change with controller input
german
2021-01-01
configure_input: Modify controller connection delay
Morph
2020-11-20
configure_input_player: Use the npad style set to show the available controllers
Morph
2020-11-15
configure_input: Update the input profiles for other player tabs
Morph
2020-11-15
sdl_impl: Revert to the "old" method of mapping sticks
Morph
2020-11-15
input_profiles: Implement input profiles
Morph
2020-11-15
configure_input_player: Implement input exclusivity and persistence
Morph
2020-10-20
configure_input_player: Fix modifier buttons
Morph
2020-09-17
configure_input_player: Re-add "Clear" context menu option
Morph
2020-09-04
configure_input_player: Show/hide motion buttons based on the controller
Morph
2020-09-04
Include HID and configuration changes related to motion
german
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
Project Mjölnir: Part 1
Morph
2020-04-23
Edit modifier_scale with the deadzone slider
Kewlan
2020-01-03
Added deadzone controls for sdl engine at input settings
CJBok
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-01-17
yuzu/configuration/configure_input_player: Forward declare types where applic...
Lioncash
2018-11-27
yuzu/configure_input_player: Use std::size_t to represent the player index in...
Lioncash
2018-11-27
yuzu/configure_input*: Move data members after function declarations
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