MCPcopy 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
84void 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
95void NetGateApp::titleMenu() {
96 switch (mpTitle->calc()) {

Callers

nothing calls this directly

Calls 2

calcMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected