mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add a GUI option to select a bluetooth device
This commit is contained in:
@ -28,9 +28,11 @@ public:
|
||||
explicit WiimoteControllersWidget(QWidget* parent);
|
||||
|
||||
void UpdateBluetoothAvailableStatus();
|
||||
void RefreshBluetoothAdapters();
|
||||
|
||||
private:
|
||||
void SaveSettings();
|
||||
void OnBluetoothPassthroughDeviceChanged(int index);
|
||||
void OnBluetoothPassthroughSyncPressed();
|
||||
void OnBluetoothPassthroughResetPressed();
|
||||
void OnWiimoteRefreshPressed();
|
||||
@ -50,6 +52,8 @@ private:
|
||||
|
||||
QRadioButton* m_wiimote_emu;
|
||||
QRadioButton* m_wiimote_passthrough;
|
||||
QLabel* m_bluetooth_adapters_label;
|
||||
QComboBox* m_bluetooth_adapters;
|
||||
QPushButton* m_wiimote_sync;
|
||||
QPushButton* m_wiimote_reset;
|
||||
QCheckBox* m_wiimote_continuous_scanning;
|
||||
|
Reference in New Issue
Block a user