mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-31 07:43:16 +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
|
@ -52,4 +52,8 @@ void SymbolsResolver::DebugDump(const std::filesystem::path& file_name) {
|
|||
}
|
||||
}
|
||||
|
||||
int SymbolsResolver::GetSize() {
|
||||
return m_symbols.size();
|
||||
}
|
||||
|
||||
} // namespace Core::Loader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue