are your malloc's aligned ?
thats the easiest way to cause a crash
Search found 23 matches
- Sat Sep 10, 2005 6:31 am
- Forum: PSP Development
- Topic: free'ing memory
- Replies: 4
- Views: 2296
- Thu Aug 25, 2005 7:36 am
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
i've removed all psp related projects
including the wavloader source
from deadsoul.com to
http://labs.wonderbyte.com
cheers
- j
including the wavloader source
from deadsoul.com to
http://labs.wonderbyte.com
cheers
- j
- Thu Aug 25, 2005 7:34 am
- Forum: PSP Development
- Topic: Call for samples
- Replies: 31
- Views: 21245
i've moved this and other psp projects to http://labs.wonderbyte.comjpadams wrote:updated and fixed the wav loading sample
http://www.deadsoul.com/psp/wavloader.zip
now loads the samples that JJpeerless reported as broken
looping works
still not in SVN :)
and removed it from deadsoul.com
thanks
- Thu Jul 28, 2005 4:31 am
- Forum: PSP Development
- Topic: Is there any pdf reader for psp exist?
- Replies: 15
- Views: 5352
you might want to look at this ?
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced
- Wed Jul 27, 2005 10:53 am
- Forum: PSP Development
- Topic: PSP Quake got me thinking
- Replies: 8
- Views: 3661
- Wed Jul 27, 2005 7:36 am
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Wed Jul 27, 2005 3:55 am
- Forum: PSP Development
- Topic: Call for samples
- Replies: 31
- Views: 21245
updated and fixed the wav loading sample
http://www.deadsoul.com/psp/wavloader.zip
now loads the samples that JJpeerless reported as broken
looping works
still not in SVN :)
http://www.deadsoul.com/psp/wavloader.zip
now loads the samples that JJpeerless reported as broken
looping works
still not in SVN :)
- Wed Jul 27, 2005 3:12 am
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
this fixed the bug with jjpeerless's samples not working
line 218
line 218
Code: Select all
wi = memalign(8,stat.st_size + sizeof(wavout_wavinfo_t));
wavfile = (char*)(wi)+sizeof(wavout_wavinfo_t);
- Tue Jul 26, 2005 1:49 pm
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Sun Jul 24, 2005 5:10 am
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Wed Jul 20, 2005 1:50 pm
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Wed Jul 20, 2005 1:18 pm
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Wed Jul 20, 2005 1:05 pm
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Wed Jul 20, 2005 2:36 am
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Wed Jul 20, 2005 2:30 am
- Forum: PSP Development
- Topic: performance cost of sceCtrlReadBufferPositive() ?
- Replies: 4
- Views: 1948
- Tue Jul 19, 2005 1:54 pm
- Forum: PSP Development
- Topic: sceiostat
- Replies: 13
- Views: 4712
- Tue Jul 19, 2005 1:47 pm
- Forum: PSP Development
- Topic: sceiostat
- Replies: 13
- Views: 4712
get tortoise SVN
http://tortoisesvn.tigris.org/
http://tortoisesvn.tigris.org/
- Tue Jul 19, 2005 1:21 pm
- Forum: PSP Development
- Topic: sceiostat
- Replies: 13
- Views: 4712
- Tue Jul 19, 2005 1:05 pm
- Forum: PSP Development
- Topic: sceiostat
- Replies: 13
- Views: 4712
- Tue Jul 19, 2005 3:45 am
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
- Tue Jul 19, 2005 3:08 am
- Forum: PSP Development
- Topic: audio help
- Replies: 29
- Views: 12480
that code is from my site at http://www.deadsoul.com/psp/wavloader.zip I've submitted it to this thread http://forums.ps2dev.org/viewtopic.php?t=2395 i just ported Nem's wav loader , so i never tested looping will look at that i've had a 5mb sample work . so maybe its a specific sample issue maybe y...
- Thu Jul 14, 2005 2:00 pm
- Forum: PSP Development
- Topic: Call for samples
- Replies: 31
- Views: 21245
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
based from Nem's code . cleaned up a lot
www.deadsoul.com/psp/wavloader.zip
Updated to fix the looping sample bug
cheers
- Deadsoul
- Sat Jul 02, 2005 2:01 pm
- Forum: PSP Development
- Topic: Want to help out with pspsdk? I mean REALLY help out?
- Replies: 33
- Views: 17777
slight error
missing
#include <psputility.h>
in the sample code
#include <psputility.h>
in the sample code