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

Function ndspSetCounter

libctru/source/ndsp/ndsp.c:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static inline void ndspSetCounter(int a, int counter)
59{
60 *(vu16*)ndspVars[0][a] = counter;
61}
62
63static inline int ndspGetCounter(int a)
64{

Callers 2

ndspInitializeFunction · 0.85
ndspThreadMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected