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

Function WSE

src/drivers/win/netplay.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44int FCEUDnetplay = 0;
45static void WSE(char *ahh)
46{
47 char tmp[256];
48 sprintf(tmp,"*** Winsock: %s",ahh);
49 NetStatAdd(tmp);
50}
51
52static void en32(uint8 *buf, uint32 morp)
53{

Callers 1

FCEUD_NetworkConnectFunction · 0.85

Calls 1

NetStatAddFunction · 0.85

Tested by

no test coverage detected