(07-22-2019, 11:28 AM)mbc07 Wrote: Just select "Emulate a BT Adapter" on Dolphin Controller Settings.
There is no such setting in the controller settings dialog. See
(07-22-2019, 11:28 AM)mbc07 Wrote: It's also recommended to enable "Continuous Scanning", while it's on, you just need to press 1+2 to sync the Wiimotes with Dolphin (as long as Dolphin is open -- you don't necessarily need to be running a game)...
Continuous scanning is enabled since my very first post in this thread. So unfortunately this doesn't help.
My current config is as follows:
Code:
$ lsusb | grep Bluetooth
Bus 003 Device 004: ID 057e:0305 Nintendo Co., Ltd Broadcom BCM2045A Bluetooth Radio [Nintendo Wii]Code:
$ cat /etc/udev/rules.d/51-users-bluetooth.rules
### Nintendo Co., Ltd Broadcom BCM2045A Bluetooth Radio [Nintendo Wii]
SUBSYSTEM=="usb", ATTR{idVendor}=="057e", ATTR{idProduct}=="0305", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0305", TAG+="uaccess"Code:
$ cat .config/dolphin-emu/Dolphin.ini | tail -n12
LoopReplay = True
[Analytics]
ID = bxxxxxxxxx
Enabled = True
PermissionAsked = True
[USBPassthrough]
Devices = 057e:0305
[BluetoothPassthrough]
Enabled = True
VID = 1406
PID = 773
DisableDescriptorCheck = True
