mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt: Add settings to GBA TAS input window
We should expose Enable Controller Input and the turbo settings for GBA just like we do for GameCube controllers and Wii Remotes. I just forgot about it when implementing the GBA TAS input window.
This commit is contained in:
@ -69,6 +69,7 @@ GBATASInputWindow::GBATASInputWindow(QWidget* parent, int controller_id)
|
|||||||
|
|
||||||
auto* layout = new QVBoxLayout;
|
auto* layout = new QVBoxLayout;
|
||||||
layout->addWidget(buttons_box);
|
layout->addWidget(buttons_box);
|
||||||
|
layout->addWidget(m_settings_box);
|
||||||
|
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user