mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 13:50:22 -05:00
DolphinQt: Add a "Configure Extension" button under the extension
selection combo box.
This commit is contained in:
@@ -579,3 +579,8 @@ void MappingWindow::ShowExtensionMotionTabs(bool show)
|
||||
m_tab_widget->removeTab(4);
|
||||
}
|
||||
}
|
||||
|
||||
void MappingWindow::ActivateExtensionTab()
|
||||
{
|
||||
m_tab_widget->setCurrentIndex(3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user