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

Update LICENSE date

This commit is contained in:
Jack Andersen
2017-01-07 14:15:06 -10:00
parent a98185d8a8
commit 37a523db7e
4 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ void CGBASupport::Update(float dt)
case EPhase::PollJoyBusBoot:
u8 percent;
if (m_endpoint->GBAGetProcessStatus(&percent) == jbus::GBA_BUSY)
if (m_endpoint->GBAGetProcessStatus(percent) == jbus::GBA_BUSY)
break;
if (m_endpoint->GBAGetStatus(&x3c_status) == jbus::GBA_NOT_READY)
{