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

Function sgbBorderEnableFunc

arm9/source/console.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void sgbBorderEnableFunc(int value) {
262 sgbBordersEnabled = value;
263 checkBorder();
264}
265
266void vblankWaitFunc(int value) {
267 interruptWaitMode = value;

Callers

nothing calls this directly

Calls 1

checkBorderFunction · 0.85

Tested by

no test coverage detected