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

@@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright (c) 2015-2016 URDE Contributors Copyright (c) 2015-2017 URDE Contributors
Original Authors: Jack Andersen and Phillip "Antidote" Stephens Original Authors: Jack Andersen and Phillip "Antidote" Stephens
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy

View File

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

2
hecl

Submodule hecl updated: 5d4f1c9952...c51b6c0cd9

2
jbus

Submodule jbus updated: a3fe0a3a25...4699542f93