mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02: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