Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Always count gc controller inputs.
  • Loading branch information
rog9 committed Dec 30, 2012
1 parent 64afbad commit 71bb297
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Source/Core/Core/Src/HW/SI_DeviceGCController.cpp
Expand Up @@ -132,14 +132,12 @@ bool CSIDevice_GCController::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);
Expand Down

0 comments on commit 71bb297

Please sign in to comment.