Always count GC wheel inputs too.

This commit is contained in:
Rachel Bryk 2012-12-31 21:57:39 -05:00
parent 51603f0522
commit 9af711b12c
1 changed files with 2 additions and 4 deletions

View File

@ -135,14 +135,12 @@ bool CSIDevice_GCSteeringWheel::GetData(u32& _Hi, u32& _Low)
if(Movie::IsPlayingInput())
{
Movie::PlayController(&PadStatus, ISIDevice::m_iDeviceNumber);
if(!Movie::IsUsingWiimote(0))
Movie::InputUpdate();
Movie::InputUpdate();
}
else if(Movie::IsRecordingInput())
{
Movie::RecordInput(&PadStatus, ISIDevice::m_iDeviceNumber);
if(!Movie::IsUsingWiimote(0))
Movie::InputUpdate();
Movie::InputUpdate();
}
else
Movie::CheckPadStatus(&PadStatus, ISIDevice::m_iDeviceNumber);