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 else
{ {
ERROR_LOG(WIIMOTE, "IOWrite[MSBT_STACK_UNKNOWN]: ERROR: %08x", dw); ERROR_LOG(WIIMOTE, "IOWrite[MSBT_STACK_UNKNOWN]: ERROR: %08x", dw);
// Correct? return 0;
return -1;
} }
break; break;
} }