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

Function aptSetMessageCallback

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

Source from the content-addressed store, hash-verified

880}
881
882void aptSetMessageCallback(aptMessageCb callback, void* user)
883{
884 aptMessageFunc = callback;
885 aptMessageFuncData = user;
886}
887
888void aptLaunchLibraryApplet(NS_APPID appId, void* buf, size_t bufsize, Handle handle)
889{

Callers 1

swkbdInputTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected