Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ chan1Func
Function
chan1Func
arm9/source/console.cpp:304–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
enableChannel(chan);
303
}
304
void chan1Func(int value) {
305
setChanEnabled(0, value);
306
}
307
void chan2Func(int value) {
308
setChanEnabled(1, value);
309
}
Callers
nothing calls this directly
Calls
1
setChanEnabled
Function · 0.85
Tested by
no test coverage detected