Search found 49 matches
- Wed Jun 26, 2013 7:12 am
- Forum: DS/DSi Development
- Topic: connect to router in game?
- Replies: 2
- Views: 7978
Re: connect to router in game?
I am working on an online pong game that lets people on ds and computers play together.
- Tue Jun 25, 2013 5:22 pm
- Forum: DS/DSi Development
- Topic: connect to router in game?
- Replies: 2
- Views: 7978
connect to router in game?
Is it possible for me to connect my ds lite to my router in game without using one of the retail games?
- Mon Jun 24, 2013 9:10 pm
- Forum: devkitPSP
- Topic: psp threads?
- Replies: 0
- Views: 22465
psp threads?
What are all of these threads I am seeing on the samples? What do they do and how do I use them?
- Sun Aug 19, 2012 5:27 am
- Forum: devkitPSP
- Topic: Is the psp graphics utility library the best?
- Replies: 1
- Views: 20590
Re: Is the psp graphics utility library the best?
Why doesn't anybody respond. It's like nobody uses devkitPSP anymore.
- Wed Aug 15, 2012 2:48 am
- Forum: devkitPSP
- Topic: Is the psp graphics utility library the best?
- Replies: 1
- Views: 20590
Is the psp graphics utility library the best?
Is the psp graphics utility library the best way to make 3d graphics on psp or is there a better and faster way?
- Mon Aug 06, 2012 3:00 am
- Forum: devkitPSP
- Topic: Psp tutorials?
- Replies: 5
- Views: 29831
Re: Psp tutorials?
Actually I did find the samples. I find it hard to understand most of that stuff without tutorials. There must be some good tutorials or books out there somewhere. 

- Sat Aug 04, 2012 11:10 pm
- Forum: devkitPSP
- Topic: Psp tutorials?
- Replies: 5
- Views: 29831
Re: Psp tutorials?
I cannot seem to find any documentation or source code for the psp . I guess I will have to give up on the psp. 

- Tue Jul 31, 2012 5:17 am
- Forum: devkitPSP
- Topic: using assembly?
- Replies: 4
- Views: 28459
Re: using assembly?
How would I combine assembly and c? Is it like the gba where you have to create a s and a c file? Or is it done differently?
- Mon Jul 23, 2012 7:31 pm
- Forum: devkitPSP
- Topic: Psp tutorials?
- Replies: 5
- Views: 29831
Re: Psp tutorials?
Does anybody here know any psp tutorials? If not how do you all learn to program for the psp?
- Mon Jul 23, 2012 2:42 am
- Forum: devkitPSP
- Topic: A Function to get the time using pspsdk ??
- Replies: 2
- Views: 21497
Re: A Function to get the time using pspsdk ??
Try using sceDisplayWaitVblankStart(). It will wait for vblank to start so putting that in your loop will keep it from running too fast.