mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
more progress on symbols decoding
This commit is contained in:
parent
cae39ccf23
commit
f333098231
4 changed files with 91 additions and 2 deletions
|
@ -106,5 +106,7 @@ public:
|
|||
void LoadSymbols(Module* m);
|
||||
|
||||
private:
|
||||
const ModuleInfo* FindModule(const Module& m, const std::string& id);
|
||||
const LibraryInfo* FindLibrary(const Module& program, const std::string& id);
|
||||
std::vector<Module*> m_modules;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue