GP32 2 Easy Questions


Ranting Nord

Still Fresh
Joined
Jul 22, 2003
Messages
10
It's a good thing the motto of this section is "no such thing as a stupid question".

1) I downloaded devkitadv a while ago and I didn't get a tutorial with it. What's the function that resets your gp32?

2) How hard is it to make my game go "beep" or "bloop"? If I can do it with something like gpMakeAnoise(17); please tell me.

Thanks for your help!
 
Assuming you're using GPSDK and not Mr. Mirko's:

1) GpAppExit();

2) You'll need to do some sample for that. The standard SDK has no built-in function for doing beeps (would be useful, though)
 
Back
Top