mirror of https://github.com/AxioDL/metaforce.git
More compile fixes, fix CFrontEndUI segfault
This commit is contained in:
parent
35d170141e
commit
d5ed445c4b
|
@ -2133,7 +2133,7 @@ CIOWin::EMessageReturn CFrontEndUI::Update(float dt, CArchitectureQueue& queue)
|
|||
return EMessageReturn::Exit;
|
||||
}
|
||||
/* Poll loading music and FRME resources */
|
||||
if (!xd4_audio1->IsReady() || !xd8_audio2->IsReady() || !xe0_frontendCardFrme->PumpLoad() ||
|
||||
if (/*!xd4_audio1->IsReady() || !xd8_audio2->IsReady() || */ !xe0_frontendCardFrme->PumpLoad() ||
|
||||
!xe8_frontendNoCardFrme->PumpLoad() || !xdc_saveUI->PumpLoad())
|
||||
return EMessageReturn::Exit;
|
||||
// xf4_curAudio = xd4_audio1.get();
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 104f089cd0a89af1cbbaafd789223de38f8e7658
|
||||
Subproject commit 365cea46dae3bc35070842580d565eeb2c39b1e5
|
|
@ -1 +1 @@
|
|||
Subproject commit e9ec10a3823a3c734e70c99b4aa50ae2a7e7e81f
|
||||
Subproject commit 316d937f1131fbe194fb987fd3f54d704d6c3cec
|
Loading…
Reference in New Issue