MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / Load

Method Load

rpcs3/Crypto/unself.cpp:191–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void program_identification_header::Load(const fs::file& f)
192{
193 program_authority_id = Read64(f);
194 program_vendor_id = Read32(f);
195 program_type = Read32(f);
196 program_sceversion = Read64(f);
197 padding = Read64(f);
198}
199
200void program_identification_header::Show() const
201{

Callers 3

LoadHeadersMethod · 0.45
LoadMetadataMethod · 0.45
IsSelfElf32Function · 0.45

Calls 8

Read64Function · 0.85
Read32Function · 0.85
Read8Function · 0.85
Read64LEFunction · 0.85
Read16LEFunction · 0.85
Read32LEFunction · 0.85
Read16Function · 0.85
readMethod · 0.45

Tested by

no test coverage detected