MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_read32le

Function FCEU_read32le

src/file.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428int FCEU_read32le(uint32 *Bufo, FCEUFILE *fp)
429{
430 return read32le(Bufo, fp->stream);
431}
432
433int FCEU_fgetc(FCEUFILE *fp)
434{

Callers 2

LoadUNIFChunksFunction · 0.85
UNIFLoadFunction · 0.85

Calls 1

read32leFunction · 0.50

Tested by

no test coverage detected