More compile fixes, fix CFrontEndUI segfault

This commit is contained in:
Phillip Stephens 2023-10-22 17:18:27 -07:00
parent 35d170141e
commit d5ed445c4b
3 changed files with 3 additions and 3 deletions

View File

@ -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();

2
extern/aurora vendored

@ -1 +1 @@
Subproject commit 104f089cd0a89af1cbbaafd789223de38f8e7658
Subproject commit 365cea46dae3bc35070842580d565eeb2c39b1e5

2
extern/zeus vendored

@ -1 +1 @@
Subproject commit e9ec10a3823a3c734e70c99b4aa50ae2a7e7e81f
Subproject commit 316d937f1131fbe194fb987fd3f54d704d6c3cec