| 321 | } |
| 322 | |
| 323 | void 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 | |
| 330 | void setAutoSaveFunc(int value) { |
| 331 | muteSND(); |
nothing calls this directly
no outgoing calls
no test coverage detected