MCPcopy Create free account
hub / github.com/devkitPro/libctru / _aptDebug

Function _aptDebug

libctru/source/services/apt.c:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87// The following function can be overridden in order to log APT signals and notifications for debugging purposes
88#ifdef LIBCTRU_APT_DEBUG
89__attribute__((weak)) void _aptDebug(int a, int b) { }
90#else
91#define _aptDebug(a,b) ((void)0)
92#endif

Callers 1

aptEventHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected