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

Function Read16

rpcs3/Crypto/unself.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16inline u16 Read16(const fs::file& f)
17{
18 be_t<u16> ret;
19 f.read(&ret, sizeof(ret));
20 return ret;
21}
22
23inline u32 Read32(const fs::file& f)
24{

Callers 1

LoadMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected