From 0c188bfcebb6f0ff6608bd7cf67c170a785c2536 Mon Sep 17 00:00:00 2001 From: NeoBrainX Date: Tue, 8 Feb 2011 16:01:34 +0000 Subject: [PATCH] Fix wiimotes :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7120 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp index 595e6a9ba3..01b92e5072 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp @@ -503,6 +503,7 @@ u32 CWII_IPC_HLE_Device_usb_oh1_57e_305::Update() if (m_WiiMotes[i].IsConnected() && m_WiimoteUpdate_Freq == 15 / (i + 1)) { NetPlay_WiimoteUpdate(i); + Wiimote::Update(i); //return true; } }