MCPcopy 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}
304void chan1Func(int value) {
305 setChanEnabled(0, value);
306}
307void chan2Func(int value) {
308 setChanEnabled(1, value);
309}

Callers

nothing calls this directly

Calls 1

setChanEnabledFunction · 0.85

Tested by

no test coverage detected