mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-03 16:12:02 +00:00
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
1
Externals/WiiUseSrc/Src/io_nix.c
vendored
1
Externals/WiiUseSrc/Src/io_nix.c
vendored
@ -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
Block a user