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

Function Read32LE

rpcs3/Crypto/unself.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44inline u32 Read32LE(const fs::file& f)
45{
46 u32 ret;
47 f.read(&ret, sizeof(ret));
48 return ret;
49}
50
51inline u64 Read64LE(const fs::file& f)
52{

Callers 1

LoadMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected