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()) {}
|
while (StartStreamingMainArea()) {}
|
||||||
|
|
||||||
//for (auto& req : xf8_loadTransactions)
|
for (auto& req : xf8_loadTransactions)
|
||||||
// req->WaitUntilComplete();
|
req->WaitUntilComplete();
|
||||||
|
|
||||||
if (xdc_tokens.empty()) {
|
if (xdc_tokens.empty()) {
|
||||||
VerifyTokenList(mgr);
|
VerifyTokenList(mgr);
|
||||||
|
|
Loading…
Reference in New Issue