Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ exitNoSaveFunc
Function
exitNoSaveFunc
arm9/source/console.cpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
selectRom();
89
}
90
void exitNoSaveFunc(int value) {
91
muteSND();
92
closeMenu();
93
selectRom();
94
}
95
void consoleOutputFunc(int value) {
96
if (value == 0) {
97
fpsOutput = false;
Callers
nothing calls this directly
Calls
3
muteSND
Function · 0.85
closeMenu
Function · 0.85
selectRom
Function · 0.85
Tested by
no test coverage detected