mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Always count GC wheel inputs too.
This commit is contained in:
parent
51603f0522
commit
9af711b12c
1 changed files with 2 additions and 4 deletions
|
@ -135,14 +135,12 @@ bool CSIDevice_GCSteeringWheel::GetData(u32& _Hi, u32& _Low)
|
||||||
if(Movie::IsPlayingInput())
|
if(Movie::IsPlayingInput())
|
||||||
{
|
{
|
||||||
Movie::PlayController(&PadStatus, ISIDevice::m_iDeviceNumber);
|
Movie::PlayController(&PadStatus, ISIDevice::m_iDeviceNumber);
|
||||||
if(!Movie::IsUsingWiimote(0))
|
Movie::InputUpdate();
|
||||||
Movie::InputUpdate();
|
|
||||||
}
|
}
|
||||||
else if(Movie::IsRecordingInput())
|
else if(Movie::IsRecordingInput())
|
||||||
{
|
{
|
||||||
Movie::RecordInput(&PadStatus, ISIDevice::m_iDeviceNumber);
|
Movie::RecordInput(&PadStatus, ISIDevice::m_iDeviceNumber);
|
||||||
if(!Movie::IsUsingWiimote(0))
|
Movie::InputUpdate();
|
||||||
Movie::InputUpdate();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Movie::CheckPadStatus(&PadStatus, ISIDevice::m_iDeviceNumber);
|
Movie::CheckPadStatus(&PadStatus, ISIDevice::m_iDeviceNumber);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue