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

Function customBorderEnableFunc

arm9/source/console.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void customBorderEnableFunc(int value) {
257 customBordersEnabled = value;
258 checkBorder();
259}
260
261void sgbBorderEnableFunc(int value) {
262 sgbBordersEnabled = value;

Callers

nothing calls this directly

Calls 1

checkBorderFunction · 0.85

Tested by

no test coverage detected