mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
some more work on self format
This commit is contained in:
parent
9c3e9b3bef
commit
76cbb5eb11
3 changed files with 66 additions and 24 deletions
|
@ -36,7 +36,8 @@ class Elf
|
|||
{
|
||||
public:
|
||||
void Open(const std::string & file_name);
|
||||
|
||||
bool isSelfFile() const;
|
||||
void DebugDump();
|
||||
private:
|
||||
FsFile* m_f = nullptr;
|
||||
self_header* m_self = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue