mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +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;
|
||||
}
|
||||
|
||||
int Wiimote::IORead(const u8* buf)
|
||||
int Wiimote::IORead(u8* buf)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue