mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
linker : Resolve can now load exports as well
This commit is contained in:
parent
354a9c3cdb
commit
f70fbcac19
4 changed files with 37 additions and 3 deletions
|
@ -141,6 +141,7 @@ public:
|
|||
private:
|
||||
const ModuleInfo* FindModule(const Module& m, const std::string& id);
|
||||
const LibraryInfo* FindLibrary(const Module& program, const std::string& id);
|
||||
Module* FindExportedModule(const ModuleInfo& m, const LibraryInfo& l);
|
||||
|
||||
std::vector<std::unique_ptr<Module>> m_modules;
|
||||
Loader::SymbolsResolver m_hle_symbols{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue