Buildfix.
This commit is contained in:
parent
57ea09dcc2
commit
a2ca76ebd9
|
@ -54,7 +54,7 @@ bool Wiimote::IsConnected() const
|
|||
return false;
|
||||
}
|
||||
|
||||
int Wiimote::IORead(const u8* buf)
|
||||
int Wiimote::IORead(u8* buf)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue