Lioncash
|
11cf13a6e1
|
yuzu/configure_input_player: Use a lambda expression instead of std::bind
std::bind is the pre-C++11 way of doing this.
|
2018-11-27 05:08:13 -05:00 |
|
Lioncash
|
73a48d6523
|
yuzu/configure_input_player: Amend constructor initializer list order
Orders the elements the way they would actually be initialized in.
Resolves compiler warnings with gcc and clang
|
2018-11-27 05:04:51 -05:00 |
|
Lioncash
|
53bff53791
|
yuzu/configure_input: Remove unused function MoveGridElement
|
2018-11-27 05:03:26 -05:00 |
|
Zach Hilman
|
e58c951a59
|
configure_input: Make None a controller option instead of checkbox
|
2018-11-18 23:22:36 -05:00 |
|
Zach Hilman
|
3a6cd5b3c8
|
hid: Use player-defined controller type as PREFERRED_CONTROLLER
|
2018-11-18 23:22:36 -05:00 |
|
Zach Hilman
|
3d1a221893
|
qt: Move controller button config to separate dialog
Handles button configuration for all controller layouts and debug pads. Configurable at construction.
|
2018-11-18 23:22:36 -05:00 |
|