Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ setScreenFunc
Function
setScreenFunc
arm9/source/console.cpp:220–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
void setScreenFunc(int value) {
221
gameScreen = value;
222
updateScreens();
223
}
224
225
void setSingleScreenFunc(int value) {
226
if (value != singleScreenMode) {
Callers
nothing calls this directly
Calls
1
updateScreens
Function · 0.85
Tested by
no test coverage detected