Fix Windows for real!

This commit is contained in:
Jordan Woyak 2013-02-11 05:57:55 -06:00
parent c267be2682
commit b8fd5c0c30

View file

@ -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;
}