From 8b4f0ef034f913f68155e37bbdef1b876c4d8504 Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 7 Sep 2013 16:17:00 -0400 Subject: [PATCH] IODummy needs it too. --- Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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;