Search found 6 matches
- Tue Jan 16, 2007 4:57 am
- Forum: PSP Development
- Topic: oslib oslSetSoundLoop not working
- Replies: 0
- Views: 886
oslib oslSetSoundLoop not working
I heard that oslSetSoundLoop isnt working in the current version, but the old versions did work....is there a new release that does work at all? or has any1 got some old code that they could paste at all? Cheers guys.
- Tue Jan 16, 2007 3:52 am
- Forum: PSP Development
- Topic: [Interested?] OldSchool Library
- Replies: 249
- Views: 161640
Any1 got the fix to sound loop?
Have any of u guys got the fix to loop sound since i cant seem to find an older version. Cheers
- Wed Dec 20, 2006 3:07 am
- Forum: PSP Development
- Topic: Mixing 3d and 2d
- Replies: 3
- Views: 2004
Code to the blit alpha image function:
void blitAlphaImageToScreen(int sx, int sy, int width, int height, Image* source, int dx, int dy) { if (!initialized) return; sceKernelDcacheWritebackInvalidateAll(); //guStart(); sceGuTexImage(0, source->textureWidth,...
- Tue Dec 19, 2006 12:19 pm
- Forum: PSP Development
- Topic: Mixing 3d and 2d
- Replies: 3
- Views: 2004
Mixing 3d and 2d
Has anyone got any advice on this? Currently i am following the tutorials @ http://www.psp-programming.com/code/index.php?id=c:pspgu-neheport-lesson1 to do with PSPGU, after having completed all the tutorials at http://www.psp-programming.com/tutorials/.....My issue is that before i was using loadIm...
- Mon Dec 18, 2006 11:00 am
- Forum: PSP Development
- Topic: Custom icons in pbps....
- Replies: 3
- Views: 3249
- Sun Dec 17, 2006 11:57 am
- Forum: PSP Development
- Topic: Custom icons in pbps....
- Replies: 3
- Views: 3249
Custom icons in pbps....
How can i do this? I am running windows xp Cygwin is all setup with psp toolchain...everything compiles ok but i cant see anywhere how to embed custom icons....cheers for help!