diff options
| author | NeoBrainX <NeoBrainX@googlemail.com> | 2011-02-08 16:01:34 +0000 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@googlemail.com> | 2011-02-08 16:01:34 +0000 |
| commit | 0c188bfcebb6f0ff6608bd7cf67c170a785c2536 (patch) | |
| tree | affd65c419e924ca17f050d2497f807580fd3b05 /Source/Core | |
| parent | 42908c5b2eb4556a8fd058ef43b6cdf67d97444f (diff) | |
Fix wiimotes :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7120 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |
