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

Function NetError

src/netplay.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50//that called FCEUD_*Data, to prevent it from being called twice.
51
52static void NetError(void)
53{
54 FCEU_DispMessage("Network error/connection lost!",0);
55 FCEUD_NetworkClose();
56}
57
58void FCEUI_NetplayStop(void)
59{

Callers 5

FCEUNET_SendCommandFunction · 0.85
FCEUI_NetplayTextFunction · 0.85
FCEUNET_SendFileFunction · 0.85
FetchFileFunction · 0.85
NetplayUpdateFunction · 0.85

Calls 2

FCEU_DispMessageFunction · 0.85
FCEUD_NetworkCloseFunction · 0.50

Tested by

no test coverage detected