mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Partially implement sceReg
This commit is contained in:
@@ -715,7 +715,7 @@ void ExportFuncSymbol(const FuncSymbolExport &func) {
|
||||
for (SceUID moduleId : loadedModules) {
|
||||
PSPModule *module = kernelObjects.Get<PSPModule>(moduleId, error);
|
||||
if (!module || !module->ImportsOrExportsModuleName(func.moduleName)) {
|
||||
continue;
|
||||
continue;
|
||||
}
|
||||
|
||||
// Look for imports currently loaded modules already have, hook it up right away.
|
||||
|
||||
Reference in New Issue
Block a user