MCPcopy Create free account
hub / github.com/Stewmath/GameYob / saveSettingsFunc

Function saveSettingsFunc

arm9/source/console.cpp:147–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void saveSettingsFunc(int value) {
148 printMenuMessage("Saving settings...");
149 muteSND();
150 writeConfigFile();
151 if (!isGameboyPaused())
152 unmuteSND();
153 printMenuMessage("Settings saved.");
154}
155
156void stateSelectFunc(int value) {
157 stateNum = value;

Callers

nothing calls this directly

Calls 5

printMenuMessageFunction · 0.85
muteSNDFunction · 0.85
writeConfigFileFunction · 0.85
isGameboyPausedFunction · 0.85
unmuteSNDFunction · 0.85

Tested by

no test coverage detected