// anything that needs to be saved in config.ini should go here
}
#regionIToolFormImplementation
publicvoidUpdateValues()
{
// TODO: per frame stuff goes here
}
publicvoidFastUpdate()
{
// TODO: when the user is turboing this will be called, slow things like updating graphics should be avoided, but critical operations must still be done here
}
publicvoidRestart()
{
// When the user changes to a new ROM, closes a ROM, starts a movie, etc, this will be called