diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-12-06 10:53:44 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-12-06 10:53:44 +0000 |
| commit | abd587ffdce6168bb35320b8593c98766ce14b93 (patch) | |
| tree | 03388f1fb501f7ee251e69fd0b7c52628e35f7bd | |
| parent | e5e4e1f1b00cfe28340251e487dc907c2e10c6c2 (diff) | |
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
| -rw-r--r-- | Externals/WiiUseSrc/Src/io_nix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Externals/WiiUseSrc/Src/io_nix.c b/Externals/WiiUseSrc/Src/io_nix.c index 0c596ab87e..1e61341e23 100644 --- a/Externals/WiiUseSrc/Src/io_nix.c +++ b/Externals/WiiUseSrc/Src/io_nix.c @@ -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 */ |
