Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
inline u16 Read16(const fs::file& f)
17
{
18
be_t<u16> ret;
19
f.read(&ret, sizeof(ret));
20
return ret;
21
}
22
23
inline u32 Read32(const fs::file& f)
24
{
Callers
1
Load
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected