Search found 49 matches

by codycox.c
Wed Jun 26, 2013 7:12 am
Forum: DS/DSi Development
Topic: connect to router in game?
Replies: 2
Views: 7280

Re: connect to router in game?

I am working on an online pong game that lets people on ds and computers play together.
by codycox.c
Tue Jun 25, 2013 5:22 pm
Forum: DS/DSi Development
Topic: connect to router in game?
Replies: 2
Views: 7280

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?
by codycox.c
Mon Jun 24, 2013 9:10 pm
Forum: devkitPSP
Topic: psp threads?
Replies: 0
Views: 17289

psp threads?

What are all of these threads I am seeing on the samples? What do they do and how do I use them?
by codycox.c
Sun Aug 19, 2012 5:27 am
Forum: devkitPSP
Topic: Is the psp graphics utility library the best?
Replies: 1
Views: 14331

Re: Is the psp graphics utility library the best?

Why doesn't anybody respond. It's like nobody uses devkitPSP anymore.
by codycox.c
Wed Aug 15, 2012 2:48 am
Forum: devkitPSP
Topic: Is the psp graphics utility library the best?
Replies: 1
Views: 14331

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?
by codycox.c
Mon Aug 06, 2012 3:00 am
Forum: devkitPSP
Topic: Psp tutorials?
Replies: 5
Views: 21481

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. :?:
by codycox.c
Sat Aug 04, 2012 11:10 pm
Forum: devkitPSP
Topic: Psp tutorials?
Replies: 5
Views: 21481

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. :(
by codycox.c
Tue Jul 31, 2012 5:17 am
Forum: devkitPSP
Topic: using assembly?
Replies: 4
Views: 19837

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?
by codycox.c
Mon Jul 23, 2012 7:31 pm
Forum: devkitPSP
Topic: Psp tutorials?
Replies: 5
Views: 21481

Re: Psp tutorials?

Does anybody here know any psp tutorials? If not how do you all learn to program for the psp?
by codycox.c
Mon Jul 23, 2012 2:42 am
Forum: devkitPSP
Topic: A Function to get the time using pspsdk ??
Replies: 2
Views: 14579

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.