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

Function netsenderDrawBot

source/ui/netsender.c:521–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void netsenderDrawBot(void)
522{
523 char buf[256];
524 const char* text = NULL;
525 if (!doneSearching)
526 {
527 snprintf(buf, sizeof(buf), textGetString(StrId_NetSenderActive));
528 text = buf;
529 }
530
531 networkDrawBot(StrId_NetSender, text, (datafd >= 0 && filelen), filelen, filetotal);
532}

Callers

nothing calls this directly

Calls 2

textGetStringFunction · 0.85
networkDrawBotFunction · 0.85

Tested by

no test coverage detected