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

Function en32

src/drivers/win/netplay.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static void en32(uint8 *buf, uint32 morp)
53{
54 buf[0]=morp;
55 buf[1]=morp>>8;
56 buf[2]=morp>>16;
57 buf[3]=morp>>24;
58}
59
60static uint32 de32(uint8 *morp)
61{

Callers 1

FCEUD_NetworkConnectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected