check the latest pspctrl.h from the svn :)
http://svn.ps2dev.org/filedetails.php?r ... rev=0&sc=1
Search found 4 matches
- Mon Jul 17, 2006 7:26 am
- Forum: PSP Development
- Topic: WLAN switch check?
- Replies: 3
- Views: 1763
- Fri Jun 09, 2006 9:12 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8848369
- Thu May 18, 2006 11:19 pm
- Forum: PSP Development
- Topic: SDL with psp (memory question)
- Replies: 0
- Views: 1705
SDL with psp (memory question)
hi, i have made some code with sdl and psp and i have see something stange a tiny programme like that will take about 14mo in memory ! #include <stdio.h> #include <stdlib.h> #include <SDL/SDL.h> void Slock(SDL_Surface *screen) { if ( SDL_MUSTLOCK(screen) ) { if ( SDL_LockSurface(screen) < 0 ) { retu...
- Tue Dec 13, 2005 9:56 pm
- Forum: PSP Development
- Topic: PMP(PSP Media Player)
- Replies: 251
- Views: 508033