enable globals

This commit is contained in:
optixx 2009-11-17 12:49:48 +01:00
parent f10da9afed
commit b9bc6ff728

View File

@ -305,7 +305,7 @@ int main(void)
system_set_bus_avr();
system_send_snes_reset();
}
/*globals_init();*/
globals_init();
}
return 0;
}