mirror of https://github.com/PCSX2/pcsx2.git
Load symbols from ELFs. (Thanks Kingcom for this one liner.)
This commit is contained in:
parent
9ebd9c4447
commit
174e121034
|
@ -359,6 +359,7 @@ static __fi void _reloadElfInfo(wxString elfpath)
|
||||||
|
|
||||||
elfptr = loadElf(elfpath);
|
elfptr = loadElf(elfpath);
|
||||||
|
|
||||||
|
elfptr->loadHeaders();
|
||||||
ElfCRC = elfptr->getCRC();
|
ElfCRC = elfptr->getCRC();
|
||||||
ElfEntry = elfptr->header.e_entry;
|
ElfEntry = elfptr->header.e_entry;
|
||||||
ElfTextRange = elfptr->getTextRange();
|
ElfTextRange = elfptr->getTextRange();
|
||||||
|
|
Loading…
Reference in New Issue