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:
Shawn Hoffman 2009-12-06 10:53:44 +00:00
parent e5e4e1f1b0
commit abd587ffdc
1 changed files with 1 additions and 0 deletions

View File

@ -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 */