[rpcsx-gpu/linker] fixed needed loading

This commit is contained in:
DH 2023-06-29 18:44:30 +03:00
parent c7f7242c63
commit 56c2e3a447

View file

@ -474,6 +474,8 @@ SysResult processNeeded(Thread *thread) {
std::printf("Needed '%s' not found\n", needed.c_str());
return ErrorCode::NOENT;
}
hasLoadedNeeded = true;
}
if (!hasLoadedNeeded) {