Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
inline u32 Read32(const fs::file& f)
24
{
25
be_t<u32> ret;
26
f.read(&ret, sizeof(ret));
27
return ret;
28
}
29
30
inline u64 Read64(const fs::file& f)
31
{
Callers
1
Load
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected