MCPcopy 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}
90void exitNoSaveFunc(int value) {
91 muteSND();
92 closeMenu();
93 selectRom();
94}
95void consoleOutputFunc(int value) {
96 if (value == 0) {
97 fpsOutput = false;

Callers

nothing calls this directly

Calls 3

muteSNDFunction · 0.85
closeMenuFunction · 0.85
selectRomFunction · 0.85

Tested by

no test coverage detected