MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / networkDeactivate

Function networkDeactivate

source/network.c:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void networkDeactivate(void)
26{
27 socExit();
28 if (SOC_buffer)
29 {
30 free(SOC_buffer);
31 SOC_buffer = NULL;
32 }
33}
34
35// xError in their own files call xDeactivate beforehand
36void networkError(void (* update)(void), StrId titleStrId, const char* func, int err)

Callers 2

netsenderDeactivateFunction · 0.85
netloaderDeactivateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected