Fix wiimotes :P

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7120 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX 2011-02-08 16:01:34 +00:00
parent 42908c5b2e
commit 0c188bfceb
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}