mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Fix Windows for real!
This commit is contained in:
parent
c267be2682
commit
b8fd5c0c30
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue