mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-06 21:40:05 +00:00
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
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user