mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-03 23:30:02 +01:00
Reduce libSceAbstractTwitch spam
This commit is contained in:
parent
d89f315bd8
commit
cca5a79200
|
|
@ -894,6 +894,10 @@ Ref<orbis::Module> rx::linker::loadModuleByName(std::string_view name,
|
|||
return loadModuleFile(it->second.c_str(), process);
|
||||
}
|
||||
|
||||
if (name == "libSceAbstractTwitch") {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
if (name == "libSceFreeTypeFull") {
|
||||
return createSceFreeTypeFull(process);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue