Skip to content
Permalink
Browse files
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.
@@ -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);
}

0 comments on commit f4b1155

Please sign in to comment.