Exemplo n.º 1
0
void resetFunc(int value) {
    nukeBorder = false;
    closeMenu();
    updateScreens();
    initializeGameboy();
}
Exemplo n.º 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();
}