iOS - GLB_ON_QUIT - Clear memory?

Previous topic - Next topic

Hark0

Hi!

Simple question about this code (from GLB help manual):

SUB GLB_ON_QUIT:
   // Clear any memory here
ENDSUB


On iOS devices are NEED to clear the memory using DIM a[0] for example...  or just QUIT????
Can clear the ram automatically?

TIA, Hark0


PS. To the help writter manual . Please add : to end to sub declaration line.  ;)
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Kitty Hello

quit also clears all memory.
You can write the current state in a savestate file here.

Hark0

Thanks!

I wasn't very sure of this matter.

;)
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic