예제 #1
0
파일: cheats.cpp 프로젝트: rychenga/GameYob
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();
}