| 282 | fifoSendValue32(FIFO_USER_01, GBSND_MUTE_COMMAND<<20); |
| 283 | } |
| 284 | void advanceFrameFunc(int value) { |
| 285 | advanceFrame = true; |
| 286 | closeMenu(); |
| 287 | updateScreens(); |
| 288 | } |
| 289 | void romInfoFunc(int value) { |
| 290 | displaySubMenu(subMenuGenericUpdateFunc); |
| 291 | printRomInfo(); |
nothing calls this directly
no test coverage detected