Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ returnFunc
Function
returnFunc
arm9/source/console.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
initializeGameboy();
198
}
199
void returnFunc(int value) {
200
closeMenu();
201
updateScreens();
202
}
203
204
void gameboyModeFunc(int value) {
205
gbcModeOption = value;
Callers
nothing calls this directly
Calls
2
closeMenu
Function · 0.85
updateScreens
Function · 0.85
Tested by
no test coverage detected