mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
IODummy needs it too.
This commit is contained in:
parent
b31502893f
commit
8b4f0ef034
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ bool WiimoteScanner::IsReady() const
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Wiimote::InitInternal()
|
||||||
|
{}
|
||||||
|
|
||||||
|
void Wiimote::TeardownInternal()
|
||||||
|
{}
|
||||||
|
|
||||||
bool Wiimote::ConnectInternal()
|
bool Wiimote::ConnectInternal()
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue