Search found 3 matches

by Psilocybeing
Thu Nov 30, 2006 3:41 am
Forum: PSP Development
Topic: Application Path
Replies: 8
Views: 2804

char path[MAX_PATH_LENGTH+1];
getcwd(path, MAX_PATH_LENGTH);
by Psilocybeing
Thu May 04, 2006 11:27 am
Forum: PSP Development
Topic: Inline VFPU help
Replies: 16
Views: 6302

Very nice, sin/cosine functions are used heavily in one of my projects, these will come in very handy. Thanks :)
by Psilocybeing
Thu May 04, 2006 7:29 am
Forum: PSP Development
Topic: Call for samples
Replies: 31
Views: 20860

Re: wav loader

i have a working .wav loader sample built with the SDK based from Nem's code . cleaned up a lot www.deadsoul.com/psp/wavloader.zip Updated to fix the looping sample bug cheers - Deadsoul I'm looking to get a copy of your wavloader example, and even after a lengthy traul through multiple forums/goog...