Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ modeSelect
Method
modeSelect
src/Osako/NetGateApp.cpp:84–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void NetGateApp::modeSelect() {
85
switch (mpSelectMode->calc()) {
86
case 1:
87
case 2:
88
mState = 4;
89
mMenuType = 2;
90
mpTitle->start();
91
break;
92
}
93
}
94
95
void NetGateApp::titleMenu() {
96
switch (mpTitle->calc()) {
Callers
nothing calls this directly
Calls
2
calc
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected