GP32 Change Icon And Title Of App


ejoy

Still Fresh
Joined
Sep 5, 2005
Messages
27
Hi,
After having my gp32 for two days, I'm now trying to port some sdl demo on it.
I've installed arm cross compiler under linux and the app works fine on my gp32.
The problem is my app always has the same look in the launcher, with title being the filename (foo.fxe etc). How to change them?

Thanks,
 
Have a look in your makefile for b2fxec, which is the bit that creates the fxe. You set an icon by using a bmp with the -b option, and the title and author are set there too (-t and -a).
 
Back
Top