Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
void customBorderEnableFunc(int value) {
257
customBordersEnabled = value;
258
checkBorder();
259
}
260
261
void sgbBorderEnableFunc(int value) {
262
sgbBordersEnabled = value;
Callers
nothing calls this directly
Calls
1
checkBorder
Function · 0.85
Tested by
no test coverage detected