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

Function Read64

rpcs3/Crypto/unself.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30inline u64 Read64(const fs::file& f)
31{
32 be_t<u64> ret;
33 f.read(&ret, sizeof(ret));
34 return ret;
35}
36
37inline u16 Read16LE(const fs::file& f)
38{

Callers 1

LoadMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected