mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
encode id64 for modules,libraries
This commit is contained in:
parent
bcc6288e9e
commit
cae39ccf23
2 changed files with 30 additions and 0 deletions
|
@ -30,6 +30,7 @@ struct ModuleInfo
|
|||
u16 id;
|
||||
};
|
||||
};
|
||||
std::string enc_id;
|
||||
};
|
||||
|
||||
struct LibraryInfo
|
||||
|
@ -45,6 +46,7 @@ struct LibraryInfo
|
|||
u16 id;
|
||||
};
|
||||
};
|
||||
std::string enc_id;
|
||||
};
|
||||
|
||||
struct DynamicModuleInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue