MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ReadU64

Function ReadU64

pcsx2/GameList.cpp:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482static bool ReadU64(std::FILE* stream, u64* dest)
483{
484 return std::fread(dest, sizeof(u64), 1, stream) > 0;
485}
486
487static bool WriteString(std::FILE* stream, const std::string& str)
488{

Callers 1

LoadEntriesFromCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected