added some data for wiimote support
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1002 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
566d0cf9e3
commit
8e91a5e0e1
Binary file not shown.
|
@ -1 +1 @@
|
||||||
This SYSCONF file describes a single registered Wiimote, with the Bluetooth address used by Dolphin.
|
This SYSCONF file describes two registered Wiimotes with the Bluetooth address used by Dolphin.
|
||||||
|
|
|
@ -160,13 +160,6 @@ CWII_IPC_HLE_WiiMote::CWII_IPC_HLE_WiiMote(CWII_IPC_HLE_Device_usb_oh1_57e_305*
|
||||||
m_BD.b[4] = 0x00;
|
m_BD.b[4] = 0x00;
|
||||||
m_BD.b[5] = _Number;
|
m_BD.b[5] = _Number;
|
||||||
|
|
||||||
m_BD.b[0] = 0x5c;
|
|
||||||
m_BD.b[1] = 0x87;
|
|
||||||
m_BD.b[2] = 0x21;
|
|
||||||
m_BD.b[3] = 0xe9;
|
|
||||||
m_BD.b[4] = 0x1a;
|
|
||||||
m_BD.b[5] = 0x00; //_Number;
|
|
||||||
|
|
||||||
m_ControllerConnectionHandle = 0x100 + _Number;
|
m_ControllerConnectionHandle = 0x100 + _Number;
|
||||||
|
|
||||||
uclass[0]= 0x00;
|
uclass[0]= 0x00;
|
||||||
|
|
Loading…
Reference in New Issue