Fix BT-less!

This commit is contained in:
Jordan Woyak 2013-02-07 14:46:01 -06:00
parent 9ecfb5e75d
commit 57ea09dcc2
1 changed files with 2 additions and 2 deletions

View File

@ -54,12 +54,12 @@ bool Wiimote::IsConnected() const
return false;
}
int Wiimote::Read(const u8* buf)
int Wiimote::IORead(const u8* buf)
{
return 0;
}
int Wiimote::Write(const u8* buf, int len)
int Wiimote::IOWrite(const u8* buf, int len)
{
return 0;
}