diff --git a/Source/Core/Core/Src/HW/WiimoteReal/IOWin.cpp b/Source/Core/Core/Src/HW/WiimoteReal/IOWin.cpp index d29fd01703..b86abb7ef2 100644 --- a/Source/Core/Core/Src/HW/WiimoteReal/IOWin.cpp +++ b/Source/Core/Core/Src/HW/WiimoteReal/IOWin.cpp @@ -418,7 +418,7 @@ int Wiimote::IORead(u8* buf) } } - return bytes; + return bytes + 1; } int Wiimote::IOWrite(const u8* buf, int len)