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

Function soundEnableFunc

arm9/source/console.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 REG_DISPCNT |= DISPLAY_WIN0_ON;
278}
279void soundEnableFunc(int value) {
280 soundDisabled = !value;
281 sharedData->fifosSent++;
282 fifoSendValue32(FIFO_USER_01, GBSND_MUTE_COMMAND<<20);
283}
284void advanceFrameFunc(int value) {
285 advanceFrame = true;
286 closeMenu();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected