summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2013-02-07 14:46:01 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2013-02-07 14:46:01 -0600
commit57ea09dcc2b2d51193e7f3c07cbd38ea9a7f85bd (patch)
treec153f11468bd0f03c7d14f54160b8fd59256c5e5 /Source/Core
parent9ecfb5e75d5f636a1c29c38bf67700dba6090d53 (diff)
Fix BT-less!
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp b/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp
index 114feebeb7..c696cc8012 100644
--- a/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp
+++ b/Source/Core/Core/Src/HW/WiimoteReal/IODummy.cpp
@@ -54,12 +54,12 @@ bool Wiimote::IsConnected() const
return false;
}
-int Wiimote::Read(const u8* buf)
+int Wiimote::IORead(const u8* buf)
{
return 0;
}
-int Wiimote::Write(const u8* buf, int len)
+int Wiimote::IOWrite(const u8* buf, int len)
{
return 0;
}