mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-15 21:41:43 +00:00
Add a GUI option to select a bluetooth device
This commit is contained in:
parent
826625c7be
commit
4773a6f323
8 changed files with 227 additions and 22 deletions
|
@ -27,6 +27,7 @@ void ControllersWindow::showEvent(QShowEvent* event)
|
|||
{
|
||||
QDialog::showEvent(event);
|
||||
m_wiimote_controllers->UpdateBluetoothAvailableStatus();
|
||||
m_wiimote_controllers->RefreshBluetoothAdapters();
|
||||
}
|
||||
|
||||
void ControllersWindow::CreateMainLayout()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue