Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
int FCEUDnetplay = 0;
45
static void WSE(char *ahh)
46
{
47
char tmp[256];
48
sprintf(tmp,
"*** Winsock: %s"
,ahh);
49
NetStatAdd(tmp);
50
}
51
52
static void en32(uint8 *buf, uint32 morp)
53
{
Callers
1
FCEUD_NetworkConnect
Function · 0.85
Calls
1
NetStatAdd
Function · 0.85
Tested by
no test coverage detected