示例#1
0
void resetFunc(int value) {
    nukeBorder = false;
    closeMenu();
    updateScreens();
    initializeGameboy();
}
示例#2
0
void initializeGameboyFirstTime() {
    if (sgbBordersEnabled)
        probingForBorder = true; // This will be ignored if starting in sgb mode, or if there is no sgb mode.
    nukeBorder = true;
    initializeGameboy();
}