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

Function vblankWaitFunc

arm9/source/console.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void vblankWaitFunc(int value) {
267 interruptWaitMode = value;
268}
269void hblankEnableFunc(int value) {
270 hblankDisabled = !value;
271}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected