Search found 5 matches

by tobiasbp
Thu Jan 18, 2007 2:51 am
Forum: PSP Development
Topic: PSP external input (Not buttons)
Replies: 2
Views: 1252

Thanks!
by tobiasbp
Mon Jan 15, 2007 9:16 am
Forum: PSP Development
Topic: PSP external input (Not buttons)
Replies: 2
Views: 1252

PSP external input (Not buttons)

Hello,

I considering making a slot-car timer for the PSP. What are my options as to get the race data into my PSP? I seem to remember that something can be done with the headphone jack? If correct, where can I read up on it?

Thanks
by tobiasbp
Mon Apr 24, 2006 11:47 pm
Forum: PSP Development
Topic: SDL - How to disable SDL_main?
Replies: 2
Views: 1178

I never did make the disabling of SDL_main work. I commented out the PSP specific setup commands in my C file and things appear to be working.

Thanks for your help.
by tobiasbp
Mon Apr 24, 2006 7:17 am
Forum: PSP Development
Topic: SDL - How to disable SDL_main?
Replies: 2
Views: 1178

SDL - How to disable SDL_main?

Hello.... I want to add sound to my C game using SDL. I have installed SDL and SDL_mixer. As I allready have my program written with the PSPSDK callbacks I dont want SDL to add those to my main(). I dont really understand the documentation (shown at end of post). It says: "Of course, you can le...
by tobiasbp
Sun Apr 23, 2006 7:33 am
Forum: PSP Development
Topic: Adding sound to C project? Should I use SDL?
Replies: 2
Views: 1650

Adding sound to C project? Should I use SDL?

Hello.....

I have my PSP first game up and running. It's programmed in C. I want to add sound, but I am not sure where to look. Should I use the functions available in PSPSDK or should I look at SDL/SDL_MIXER? The audio-related info I have found seems overly complicated for what I want to do.

Thanks