mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Fix BT-less!
This commit is contained in:
parent
9ecfb5e75d
commit
57ea09dcc2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue