Merge pull request #14066 from Biendeo/master

IOS: Logitech USB Microphone Basic Support
This commit is contained in:
JosJuice
2025-11-25 23:12:39 +01:00
committed by GitHub
21 changed files with 1185 additions and 39 deletions

View File

@@ -281,6 +281,7 @@ void MenuBar::AddToolsMenu()
usb_device_menu->addAction(tr("&Skylanders Portal"), this, &MenuBar::ShowSkylanderPortal);
usb_device_menu->addAction(tr("&Infinity Base"), this, &MenuBar::ShowInfinityBase);
usb_device_menu->addAction(tr("&Wii Speak"), this, &MenuBar::ShowWiiSpeakWindow);
usb_device_menu->addAction(tr("&Logitech USB Microphone"), this, &MenuBar::ShowLogitechMicWindow);
tools_menu->addMenu(usb_device_menu);
tools_menu->addSeparator();