DolphinQt: Add a "Configure Extension" button under the extension

selection combo box.
This commit is contained in:
Jordan Woyak
2025-01-22 02:47:47 -06:00
parent 510a688a2a
commit a33368b102
4 changed files with 18 additions and 1 deletions

View File

@ -53,6 +53,7 @@ public:
ControllerEmu::EmulatedController* GetController() const;
bool IsMappingAllDevices() const;
void ShowExtensionMotionTabs(bool show);
void ActivateExtensionTab();
signals:
// Emitted when config has changed so widgets can update to reflect the change.