mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 15:40:30 +01:00
[rpcsx-gpu/linker] fixed needed loading
This commit is contained in:
parent
c7f7242c63
commit
56c2e3a447
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue