Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
428
int FCEU_read32le(uint32 *Bufo, FCEUFILE *fp)
429
{
430
return read32le(Bufo, fp->stream);
431
}
432
433
int FCEU_fgetc(FCEUFILE *fp)
434
{
Callers
2
LoadUNIFChunks
Function · 0.85
UNIFLoad
Function · 0.85
Calls
1
read32le
Function · 0.50
Tested by
no test coverage detected