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.
Search found 4 matches
- Tue Mar 02, 2010 6:03 pm
- Forum: DS/DSi Development
- Topic: Buttons of ds (C)
- Replies: 1
- Views: 3543
- Thu Feb 25, 2010 1:11 pm
- Forum: maxmod
- Topic: SFX without looping?
- Replies: 2
- Views: 6087
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 ...
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 ...
- Thu Feb 25, 2010 1:00 pm
- Forum: devkitARM
- Topic: Makefile question
- Replies: 3
- Views: 5862
Re: Makefile question
Thanks for the feedback. I'll keep using the examples, and try to not use manual conversion as much.
- Wed Feb 24, 2010 2:06 pm
- Forum: devkitARM
- Topic: Makefile question
- Replies: 3
- Views: 5862
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 ...
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 ...