Search found 11 matches
- Sun Dec 02, 2007 8:22 am
- Forum: PSP Development
- Topic: sceUtilitySetNetParam Problem.[solved]
- Replies: 0
- Views: 926
sceUtilitySetNetParam Problem.[solved]
Hey! I've got the following problem: I'm aiming at reconfiguring the first network configuration settings. For example change its name. As simple as that, I thought. I tried this: if(sceUtilitySetNetParam(PSP_NETPARAM_NAME,(const void*)"TeSt") == 0&a...
- Sun Jun 24, 2007 9:23 pm
- Forum: PSP Development
- Topic: Problem with USE_PSPSDK_LIBC = 1 and libpng
- Replies: 12
- Views: 5464
- Sun Nov 05, 2006 6:38 am
- Forum: PSP Development
- Topic: HELP: Compiling a lib for the psp...
- Replies: 7
- Views: 3149
- Thu Nov 02, 2006 6:23 am
- Forum: PSP Development
- Topic: HELP: Compiling a lib for the psp...
- Replies: 7
- Views: 3149
- Tue Oct 31, 2006 6:06 am
- Forum: PSP Development
- Topic: HELP: Compiling a lib for the psp...
- Replies: 7
- Views: 3149
- Tue Oct 31, 2006 5:14 am
- Forum: PSP Development
- Topic: HELP: Compiling a lib for the psp...
- Replies: 7
- Views: 3149
HELP: Compiling a lib for the psp...
Hello! I've got the following problem: I wanna use a lib (openobex), which is platform-independent and configure;make;make install went good...now I've got a *.a file in /usr/local/pspdev/psp/lib ...and when I include it with: I do think that I haven't installed the desired lib correctly for the psp...
- Fri Feb 17, 2006 1:35 am
- Forum: PSP Development
- Topic: WANTED: Programmer (read this ;)
- Replies: 16
- Views: 6026
- Tue Feb 14, 2006 7:46 am
- Forum: PSP Development
- Topic: WANTED: Programmer (read this ;)
- Replies: 16
- Views: 6026
- Sun Feb 12, 2006 5:35 am
- Forum: PSP Development
- Topic: Problem with SDL_Mixer and Ogg / Mp3
- Replies: 0
- Views: 1166
Problem with SDL_Mixer and Ogg / Mp3
I just want to play MP3-Files or Ogg-Files - it doesn't matter, but when I embed them, they don't play - if they're *wav's they do.... I compiled libogg and SDL_mixer again...but libvorbis says, that it needs libogg >= 1.0 - I got the latest libogg from svn....so it should be >= 1.0...What is going ...
- Mon Feb 06, 2006 5:56 am
- Forum: PSP Development
- Topic: [GAME] BlockZ
- Replies: 2
- Views: 4050
- Sun Feb 05, 2006 6:31 pm
- Forum: PSP Development
- Topic: [GAME] BlockZ
- Replies: 2
- Views: 4050
[GAME] BlockZ
Hey there! I just want to present my first game for PSP. BlockZ is a Bust-A-Move Clone..you control a vertically bouncing block, which is changing it's color regularly. You have to prevent the other blocks from reaching the bottom of the screen! You have some time to clear those blocks by touching t...