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

Function WriteU8

pcsx2/GameList.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493static bool WriteU8(std::FILE* stream, u8 dest)
494{
495 return std::fwrite(&dest, sizeof(u8), 1, stream) > 0;
496}
497
498static bool WriteU32(std::FILE* stream, u32 dest)
499{

Callers 1

WriteEntryToCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected