Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ cheatFunc
Function
cheatFunc
arm9/source/console.cpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void cheatFunc(int value) {
140
if (!startCheatMenu())
141
printMenuMessage(
"No cheats found!"
);
142
}
143
void keyConfigFunc(int value) {
144
startKeyConfigChooser();
145
}
Callers
nothing calls this directly
Calls
2
startCheatMenu
Function · 0.85
printMenuMessage
Function · 0.85
Tested by
no test coverage detected