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

Function Read32

rpcs3/Crypto/unself.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23inline u32 Read32(const fs::file& f)
24{
25 be_t<u32> ret;
26 f.read(&ret, sizeof(ret));
27 return ret;
28}
29
30inline u64 Read64(const fs::file& f)
31{

Callers 1

LoadMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected