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

Function Read64LE

rpcs3/Crypto/unself.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51inline u64 Read64LE(const fs::file& f)
52{
53 u64 ret;
54 f.read(&ret, sizeof(ret));
55 return ret;
56}
57
58inline void Write8(const fs::file& f, const u8 data)
59{

Callers 1

LoadMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected