Bennu Game Development

English Forums => Helpdesk => Topic started by: MisterN on September 21, 2011, 02:15:35 AM

Title: [WHATEVER]unloading a .png?
Post by: MisterN on September 21, 2011, 02:15:35 AM
since theres unload commands for everything, is there an unload command for png? i dont care what of the three has it. i would just like to know if:
1. does it exist?
2. is it on fenix?
3. if not, is there a way of unloading .png's at all? (pngs get loaded into the dreamcasts ram).
4. what would be a similar method of doing so?
Title: Re: [WHATEVER]unloading a .png?
Post by: SplinterGU on September 21, 2011, 02:16:58 AM
load_png load the graphic in memory as a map... you can use unload_map for unload it...

this works in fenix too.