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

Function gxCmdQueueAdd

libctru/source/gpu/gx.c:15–17  ·  view source on GitHub ↗

Dummy version to avoid linking in gxqueue.c if not actually used

Source from the content-addressed store, hash-verified

13
14// Dummy version to avoid linking in gxqueue.c if not actually used
15__attribute__((weak)) void gxCmdQueueAdd(gxCmdQueue_s* queue, const gxCmdEntry_s* entry)
16{
17}
18
19void GX_BindQueue(gxCmdQueue_s* queue)
20{

Callers 1

submitGxCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected