Skip to content

Commit

Permalink
Qt/WiimoteEmuExtension: Add "Slider Bar" to Guitar
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed Apr 28, 2018
1 parent cf1adfb commit b88a587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt2/Config/Mapping/WiimoteEmuExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ void WiimoteEmuExtension::CreateGuitarLayout()
tr("Buttons"), Wiimote::GetGuitarGroup(GetPort(), WiimoteEmu::GuitarGroup::Buttons)));
vbox->addWidget(CreateGroupBox(
tr("Stick"), Wiimote::GetGuitarGroup(GetPort(), WiimoteEmu::GuitarGroup::Stick)));
vbox->addWidget(CreateGroupBox(
tr("Slider Bar"), Wiimote::GetGuitarGroup(GetPort(), WiimoteEmu::GuitarGroup::SliderBar)));
hbox->addItem(vbox);

auto* vbox2 = new QVBoxLayout();
Expand Down

0 comments on commit b88a587

Please sign in to comment.