MCPcopy Create free account
hub / github.com/Stewmath/GameYob / hblankEnableFunc

Function hblankEnableFunc

arm9/source/console.cpp:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 interruptWaitMode = value;
268}
269void hblankEnableFunc(int value) {
270 hblankDisabled = !value;
271}
272void windowEnableFunc(int value) {
273 windowDisabled = !value;
274 if (windowDisabled)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected