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:
2
LICENSE
2
LICENSE
@@ -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
|
||||||
|
|||||||
@@ -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
2
hecl
Submodule hecl updated: 5d4f1c9952...c51b6c0cd9
2
jbus
2
jbus
Submodule jbus updated: a3fe0a3a25...4699542f93
Reference in New Issue
Block a user