Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ ReadU8
Function
ReadU8
pcsx2/GameList.cpp:472–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
static bool ReadU8(std::FILE* stream, u8* dest)
473
{
474
return std::fread(dest, sizeof(u8), 1, stream) > 0;
475
}
476
477
static bool ReadU32(std::FILE* stream, u32* dest)
478
{
Callers
1
LoadEntriesFromCache
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected