wiiuse patch for linux kernels >=2.6.30, from http://gist.github.com/241910
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4652 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e5e4e1f1b0
commit
abd587ffdc
|
@ -200,6 +200,7 @@ static int wiiuse_connect_single(struct wiimote_t* wm, char* address) {
|
|||
if (wm->out_sock == -1)
|
||||
return 0;
|
||||
|
||||
addr.l2_cid = 0;
|
||||
addr.l2_psm = htobs(WM_OUTPUT_CHANNEL);
|
||||
|
||||
/* connect to wiimote */
|
||||
|
|
Loading…
Reference in New Issue