Пример #1
0
void startCheatMenu() {
    cheatMenuGameboyWasPaused = mgrIsPaused();
    mgrPause();

    displaySubMenu(updateCheatMenu);
    redrawCheatMenu();
}
Пример #2
0
void versionInfoFunc(int value) {
    displaySubMenu(subMenuGenericUpdateFunc);
    printVersionInfo();
}
Пример #3
0
void romInfoFunc(int value) {
    displaySubMenu(subMenuGenericUpdateFunc);
    printRomInfo();
}
Пример #4
0
void startKeyConfigChooser() {
    keyConfigChooser_option = -1;
    displaySubMenu(updateKeyConfigChooser);
    redrawKeyConfigChooser();
}