Search found 3 matches
- Tue Dec 29, 2009 1:54 pm
- Forum: PSP Development
- Topic: Downloading a Text File
- Replies: 7
- Views: 4812
libCurl Example
As the above poster said, you can use libCurl to easily download files. First you have to make sure you're actually connected to the internet. You can manually connect to Access points or use the net dialog. You can find examples in the pspsdk samples folder. Here is an example download function: /*...
- Mon Nov 30, 2009 4:46 pm
- Forum: PSP Development
- Topic: SDL/OpenGL + Native PSP Dialogs
- Replies: 0
- Views: 1430
SDL/OpenGL + Native PSP Dialogs
Hey all. I'm using SDL/OpenGL for a PSP app I'm making. Instead of creating my own MSG/Net dialogs I would like to use the ones already provided but unfortunately they use the GU. I figured that since SDL also uses the GU to actually display stuff on screen I might be able to get the dialogs to work...
- Mon Nov 30, 2009 7:14 am
- Forum: Patch Submissions
- Topic: [PSP] SDL_Mixer
- Replies: 1
- Views: 6037
[PSP] SDL_Mixer
If SDL_Mixer is compiled with support for libmikmod there are multiple declaration errors due to a small bug in music.c line 1156.
It should say ifndef instead of ifdef.
It should say ifndef instead of ifdef.