diff --git a/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp b/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp index e1ca6d603c..ada6237756 100644 --- a/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp +++ b/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp @@ -43,6 +43,12 @@ bool WiimoteScanner::IsReady() const return false; } +void Wiimote::InitInternal() +{} + +void Wiimote::TeardownInternal() +{} + bool Wiimote::ConnectInternal() { return 0;