Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11373 from JosJuice/gba-tas-input-turbo
DolphinQt: Add settings to GBA TAS input window
  • Loading branch information
AdmiralCurtiss committed Dec 26, 2022
2 parents e0fba20 + 494b041 commit f4b1155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/TAS/GBATASInputWindow.cpp
Expand Up @@ -69,6 +69,7 @@ GBATASInputWindow::GBATASInputWindow(QWidget* parent, int controller_id)

auto* layout = new QVBoxLayout;
layout->addWidget(buttons_box);
layout->addWidget(m_settings_box);

setLayout(layout);
}
Expand Down

0 comments on commit f4b1155

Please sign in to comment.