mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-01 01:03:03 -05:00
buildfix!
This commit is contained in:
parent
cc0226254d
commit
a693b847f0
|
|
@ -36,6 +36,11 @@ void Wiimote::RealDisconnect()
|
|||
return;
|
||||
}
|
||||
|
||||
bool Wiimote::IsOpen() const
|
||||
{
|
||||
return IsConnected();
|
||||
}
|
||||
|
||||
int Wiimote::IORead(unsigned char* buf)
|
||||
{
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user