Thanks Deniska,
I like some of the new touches.
Like that little arrow that spins around and always points to your marker.
Nice for bushwalking too.
I found it better to make sideplate.png a plain black square,
easy to see ijn the car, and outside.
Two questions, I had it working before, but deleted the config
of the old version
Is this correct?Quote:
################################################## ##
### THIS LET'S YOU SKIP THE SELECTION MENU ON ###
### STARTUP AND LAUNCH SPECIFIED MAP IN GPS MODE ###
## !REMOVE ^M CHARACTERS AT THE END OF THE STRING ##
################################################## ##
STARTUPMAP= _Default
I can select this map from the menu, but it isn't auto starting.
Also,
For the 1.00 version, why don't you delete the standard exit callback that isn't working and do this:
Is a crash (PSP standby) not better than a non working exit screen?Quote:
if(pad.Buttons & PSP_CTRL_HOME) { // just exit ffs
_sw(0, 0); // cause exception to crash PSP unit (1)
asm("break\n"); // cause exception to crash PSP unit (2)
}
Cheers, Art.
EDIT,, NVM figured out one of my toolchain installs can compile it :)