Update LICENSE date

keep-around/6701ac264d352c248b7577c1dd3ae5166bbadfb1
Jack Andersen 7 years ago
parent a98185d8a8
commit 37a523db7e
  1. 2
      LICENSE
  2. 2
      gbalink/main.cpp
  3. 2
      hecl
  4. 2
      jbus

@ -1,6 +1,6 @@
The MIT License
Copyright (c) 2015-2016 URDE Contributors
Copyright (c) 2015-2017 URDE Contributors
Original Authors: Jack Andersen and Phillip "Antidote" Stephens
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:
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)
{

@ -1 +1 @@
Subproject commit 5d4f1c9952d104b035629e6275243892da0c4d0b
Subproject commit c51b6c0cd96225e38c43c5116a7cce333e369894

@ -1 +1 @@
Subproject commit a3fe0a3a253c340291f8060a6b96ae053a931f6f
Subproject commit 4699542f937ff96a087915e6ff98bf6ceac877c7
Loading…
Cancel
Save