diff options
| author | 2021-07-25 20:52:19 -0500 | |
|---|---|---|
| committer | 2021-09-18 23:23:03 +0200 | |
| commit | 75d8ec1e9f474ce6c2bfc0b8ebe574ca44f9f3d8 (patch) | |
| tree | a11be198f5f4933a68c8cc5cfc183e08c3b01fcb /src/input_common/main.cpp | |
| parent | input_common/tas: new update method (diff) | |
| download | yuzu-75d8ec1e9f474ce6c2bfc0b8ebe574ca44f9f3d8.tar.gz yuzu-75d8ec1e9f474ce6c2bfc0b8ebe574ca44f9f3d8.tar.xz yuzu-75d8ec1e9f474ce6c2bfc0b8ebe574ca44f9f3d8.zip | |
UI: Relocate tas menu and add brief description
Diffstat (limited to 'src/input_common/main.cpp')
| -rw-r--r-- | src/input_common/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index 3b9906b53..18d7d8817 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -117,7 +117,7 @@ struct InputSubsystem::Impl { | |||
| 117 | Common::ParamPackage{{"display", "Keyboard/Mouse"}, {"class", "keyboard"}}, | 117 | Common::ParamPackage{{"display", "Keyboard/Mouse"}, {"class", "keyboard"}}, |
| 118 | }; | 118 | }; |
| 119 | if (Settings::values.tas_enable) { | 119 | if (Settings::values.tas_enable) { |
| 120 | devices.push_back( | 120 | devices.emplace_back( |
| 121 | Common::ParamPackage{{"display", "TAS Controller"}, {"class", "tas"}}); | 121 | Common::ParamPackage{{"display", "TAS Controller"}, {"class", "tas"}}); |
| 122 | } | 122 | } |
| 123 | #ifdef HAVE_SDL2 | 123 | #ifdef HAVE_SDL2 |