Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
static inline void ndspSetCounter(int a, int counter)
59
{
60
*(vu16*)ndspVars[0][a] = counter;
61
}
62
63
static inline int ndspGetCounter(int a)
64
{
Callers
2
ndspInitialize
Function · 0.85
ndspThreadMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected