Buildfix.

This commit is contained in:
Jordan Woyak 2013-02-07 15:16:41 -06:00
parent 57ea09dcc2
commit a2ca76ebd9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ bool Wiimote::IsConnected() const
return false; return false;
} }
int Wiimote::IORead(const u8* buf) int Wiimote::IORead(u8* buf)
{ {
return 0; return 0;
} }