mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
initial work on relocations
This commit is contained in:
parent
bc2facaee4
commit
6717482662
3 changed files with 26 additions and 0 deletions
|
@ -110,6 +110,7 @@ public:
|
|||
void LoadDynamicInfo(Module* m);
|
||||
void LoadSymbols(Module* m);
|
||||
SymbolsResolver* getHLESymbols() { return m_HLEsymbols; }
|
||||
void Relocate(Module* m);
|
||||
|
||||
private:
|
||||
const ModuleInfo* FindModule(const Module& m, const std::string& id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue