mirror of https://github.com/AxioDL/metaforce.git
Restore WaitUntileComplete
This commit is contained in:
parent
933279ceb6
commit
7ca8c666ef
|
@ -853,8 +853,8 @@ void CGameArea::Validate(CStateManager& mgr) {
|
|||
|
||||
while (StartStreamingMainArea()) {}
|
||||
|
||||
//for (auto& req : xf8_loadTransactions)
|
||||
// req->WaitUntilComplete();
|
||||
for (auto& req : xf8_loadTransactions)
|
||||
req->WaitUntilComplete();
|
||||
|
||||
if (xdc_tokens.empty()) {
|
||||
VerifyTokenList(mgr);
|
||||
|
|
Loading…
Reference in New Issue