Search found 4 matches

by n315on
Tue Mar 02, 2010 6:03 pm
Forum: DS/DSi Development
Topic: Buttons of ds (C)
Replies: 1
Views: 3277

Re: Buttons of ds (C)

Hello and welcome, I am also new here.

for inputs, look here:

http://libnds.devkitpro.org/a00081.html

you should also look at some of the examples provided with DevKitPro.

Good Luck.
by n315on
Thu Feb 25, 2010 1:11 pm
Forum: maxmod
Topic: SFX without looping?
Replies: 2
Views: 4697

Re: SFX without looping?

Another thing to look at is make sure your function being called is not in a loop. I had similar problems with adding and subtracting from scores. EDIT: (Update). I copied your functions into one of my programs using three WAV files, and did not get looping sounds. Your functions where better writte...
by n315on
Thu Feb 25, 2010 1:00 pm
Forum: devkitARM
Topic: Makefile question
Replies: 3
Views: 5351

Re: Makefile question

Thanks for the feedback. I'll keep using the examples, and try to not use manual conversion as much.
by n315on
Wed Feb 24, 2010 2:06 pm
Forum: devkitARM
Topic: Makefile question
Replies: 3
Views: 5351

Makefile question

Hello All, I have been slowly learning to program the DS over the last couple of months, and got a couple of simple program going (Craps game and tank demo). Got to say, I really enjoy the challange of programming, thanks to all that put thier time into developing these libs/tools. My question is sh...