mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Buildfix.
This commit is contained in:
parent
57ea09dcc2
commit
a2ca76ebd9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue