Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ netsenderInit
Function
netsenderInit
source/ui/netsender.c:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
static void netsenderError(const char* func, int err);
27
28
static bool netsenderInit(void)
29
{
30
return networkInit();
31
}
32
33
static void netsenderDeactivate(void)
34
{
Callers
1
netsenderTask
Function · 0.85
Calls
1
networkInit
Function · 0.85
Tested by
no test coverage detected