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

Function countPrmWords

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

Source from the content-addressed store, hash-verified

143}
144
145static inline int countPrmWords(u32 hdr)
146{
147 return 1 + (hdr&0x3F) + ((hdr>>6)&0x3F);
148}
149
150Result aptSendCommand(u32* aptcmdbuf)
151{

Callers 1

aptSendCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected