Fix Windows for real!
This commit is contained in:
parent
c267be2682
commit
b8fd5c0c30
|
@ -421,8 +421,7 @@ int Wiimote::IOWrite(const u8* buf, int len)
|
|||
else
|
||||
{
|
||||
ERROR_LOG(WIIMOTE, "IOWrite[MSBT_STACK_UNKNOWN]: ERROR: %08x", dw);
|
||||
// Correct?
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue