2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Integrate JBus

This commit is contained in:
Jack Andersen
2017-01-07 16:52:49 -10:00
parent 37a523db7e
commit 8af76017c2
8 changed files with 89 additions and 104 deletions

View File

@@ -177,7 +177,7 @@ void CGBASupport::Update(float dt)
case EPhase::PollProbe:
/* SIProbe poll normally occurs here with 4 second timeout */
x40_siChan = m_endpoint->GetChan();
x40_siChan = m_endpoint->getChan();
x34_phase = EPhase::StartJoyBusBoot;
case EPhase::StartJoyBusBoot: