Search found 3 matches

by VGV
Mon Apr 21, 2008 1:47 am
Forum: PSP Development
Topic: gdb-6.8.psp-patch
Replies: 0
Views: 846

gdb-6.8.psp-patch

Hello.
i edited gdb toolchain patch to latest version of gdb, its seems work fine, tested on ubuntu 7.10 x64 and XP 32.

http://rapidshare.com/files/109012493/g ... patch.html
by VGV
Mon Nov 05, 2007 6:46 pm
Forum: PSP Development
Topic: sony bug in sceAudioOutput?
Replies: 0
Views: 976

sony bug in sceAudioOutput?

hello sorry for bad english, its not my native language. smplsleft1=sceAudioGetChannelRestLen(mchannel); sceAudioOutput(mchannel, volume, smplscache[i]); smplsleft=sceAudioGetChannelRestLen(mchannel); and if smplsleft1!=0 sceAudioOutput...
by VGV
Tue Jun 12, 2007 9:51 pm
Forum: PSP Development
Topic: ATRAC3 Player Sample
Replies: 76
Views: 47943

hello from another newbe :) i have same problem as sakya and found a solution. 1) PSP_MODULE_INFO("SOUND_TEST", 0, 1, 1); PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER|PSP_THREAD_ATTR_VFPU); 2) pspSdkLoadStartModule("ms0:/audiocodec.prx", P...