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

Function hyperSoundFunc

arm9/source/console.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void hyperSoundFunc(int value) {
324 hyperSound = value;
325 sharedData->hyperSound = value;
326 sharedData->fifosSent++;
327 fifoSendValue32(FIFO_USER_01, GBSND_HYPERSOUND_ENABLE_COMMAND<<20 | hyperSound);
328}
329
330void setAutoSaveFunc(int value) {
331 muteSND();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected