mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Update submodules
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
if (NOT WIN32)
|
|
||||||
include_directories(. ./../Runtime ${ATHENA_INCLUDE_DIR} ${JBUS_INCLUDE_DIR})
|
include_directories(. ./../Runtime ${ATHENA_INCLUDE_DIR} ${JBUS_INCLUDE_DIR})
|
||||||
add_executable(gbalink main.cpp)
|
add_executable(gbalink main.cpp)
|
||||||
target_link_libraries(gbalink jbus)
|
target_link_libraries(gbalink jbus)
|
||||||
endif()
|
|
||||||
|
|||||||
@@ -183,7 +183,10 @@ void CGBASupport::Update(float dt)
|
|||||||
case EPhase::StartJoyBusBoot:
|
case EPhase::StartJoyBusBoot:
|
||||||
x34_phase = EPhase::PollJoyBusBoot;
|
x34_phase = EPhase::PollJoyBusBoot;
|
||||||
if (m_endpoint->GBAJoyBootAsync(x40_siChan * 2, 2,
|
if (m_endpoint->GBAJoyBootAsync(x40_siChan * 2, 2,
|
||||||
x2c_buffer.get(), x28_fileSize, &x3c_status, JoyBootDone) != jbus::GBA_READY)
|
x2c_buffer.get(), x28_fileSize, &x3c_status,
|
||||||
|
std::bind(JoyBootDone,
|
||||||
|
std::placeholders::_1,
|
||||||
|
std::placeholders::_2)) != jbus::GBA_READY)
|
||||||
x34_phase = EPhase::Failed;
|
x34_phase = EPhase::Failed;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
2
hecl
2
hecl
Submodule hecl updated: c0decfe107...12c741d18e
2
jbus
2
jbus
Submodule jbus updated: ed1adfee0d...e65f42c843
Reference in New Issue
Block a user