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

Function advanceFrameFunc

arm9/source/console.cpp:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 fifoSendValue32(FIFO_USER_01, GBSND_MUTE_COMMAND<<20);
283}
284void advanceFrameFunc(int value) {
285 advanceFrame = true;
286 closeMenu();
287 updateScreens();
288}
289void romInfoFunc(int value) {
290 displaySubMenu(subMenuGenericUpdateFunc);
291 printRomInfo();

Callers

nothing calls this directly

Calls 2

closeMenuFunction · 0.85
updateScreensFunction · 0.85

Tested by

no test coverage detected