UI: Relocate tas menu and add brief description
This commit is contained in:
parent
3333d96b46
commit
1b060a47b2
10 changed files with 150 additions and 70 deletions
|
@ -117,7 +117,7 @@ struct InputSubsystem::Impl {
|
|||
Common::ParamPackage{{"display", "Keyboard/Mouse"}, {"class", "keyboard"}},
|
||||
};
|
||||
if (Settings::values.tas_enable) {
|
||||
devices.push_back(
|
||||
devices.emplace_back(
|
||||
Common::ParamPackage{{"display", "TAS Controller"}, {"class", "tas"}});
|
||||
}
|
||||
#ifdef HAVE_SDL2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue