mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
Fix BT-less!
This commit is contained in:
@ -54,12 +54,12 @@ bool Wiimote::IsConnected() const
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Wiimote::Read(const u8* buf)
|
int Wiimote::IORead(const u8* buf)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Wiimote::Write(const u8* buf, int len)
|
int Wiimote::IOWrite(const u8* buf, int len)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user