Search found 19 matches
- Sat Jan 30, 2010 8:14 am
- Forum: PSP Development
- Topic: Building PRX using Code::Blocks without makefile
- Replies: 12
- Views: 14191
- Fri Aug 21, 2009 11:01 pm
- Forum: PSP Development
- Topic: [SOLVED] Strange VLF crash
- Replies: 9
- Views: 3673
this:
should be:
Code: Select all
while(prxSearch[++i] && pathnum < MAXPATHS) {
Code: Select all
while(prxSearch[++i] && (pathnum < MAXPATHS)) {
- Sat May 02, 2009 6:50 am
- Forum: PSP Development
- Topic: Game/application addons possible?
- Replies: 4
- Views: 1894
- Sat May 02, 2009 3:46 am
- Forum: PSP Development
- Topic: Game/application addons possible?
- Replies: 4
- Views: 1894
- Tue Apr 28, 2009 9:03 pm
- Forum: PSP Development
- Topic: ubuntu 9.04 + pspsdk? Anyone tried?
- Replies: 22
- Views: 11913
I had 8.10 with PSPSDK, now i upgraded (don't like 9.04 going to reinstall 8.10) and PSPSDK works (first thing I tried)... but I haven't tried reinstalling/upgrading the pspsdk yet thou... but going to install dualboot 8.10 and 9.04 like today after school... so when I'm done with that I'll post the...
- Mon Apr 20, 2009 9:07 pm
- Forum: PSP Development
- Topic: actually newbie's indepth questions
- Replies: 4
- Views: 1948
1. there is non because there is almost no info about the psp's hardware. However there is the PSPSDK Documentation ( http://psp.jim.sh/pspsdk-doc/ ) and all the samples in the sdk :-) 2. SDK = Software Development Kit. Stuff you need to make coding not a living hell ;-) 3. Don't know... never use.....
- Sun Feb 22, 2009 4:40 am
- Forum: PSP Development
- Topic: I need help for gfx management
- Replies: 6
- Views: 2904
Because you run out of memory :-)
you load the image over and over again without freeing it :-)
Try
at the end of Choix_Helico()
That should work :-)
you load the image over and over again without freeing it :-)
Try
Code: Select all
freeImage(fond);
freeImage(heli_transp);
That should work :-)
- Tue Nov 04, 2008 11:02 pm
- Forum: PSP Development
- Topic: Need help with Toolchain
- Replies: 21
- Views: 8322
- Tue Nov 04, 2008 8:11 pm
- Forum: PSP Development
- Topic: Wlan won't initialize under psplink ?
- Replies: 12
- Views: 5346
I'm devin for 3.xx+ (my psp has 5.00m33-3). And for some reason I can't get PSPLink 3.0 OE to work with USB-Shell (Controlling the PSP over usb-cable... sense I'm using the wlan for my game :-) ) I don't know what I'm doing wrong, it just won't work :-( (I have Windows XP Professional SP2 and MinPSP...
- Tue Nov 04, 2008 6:38 pm
- Forum: PSP Development
- Topic: Need help with Toolchain
- Replies: 21
- Views: 8322
- Tue Nov 04, 2008 6:30 pm
- Forum: PSP Development
- Topic: Wlan won't initialize under psplink ?
- Replies: 12
- Views: 5346
- Tue Nov 04, 2008 5:08 pm
- Forum: PSP Development
- Topic: Wlan won't initialize under psplink ?
- Replies: 12
- Views: 5346
- Tue Nov 04, 2008 5:59 am
- Forum: PSP Development
- Topic: Wlan won't initialize under psplink ?
- Replies: 12
- Views: 5346
- Tue Nov 04, 2008 5:14 am
- Forum: PSP Development
- Topic: Need help with Toolchain
- Replies: 21
- Views: 8322
- Tue Nov 04, 2008 5:13 am
- Forum: PSP Development
- Topic: Wlan won't initialize under psplink ?
- Replies: 12
- Views: 5346
- Tue Nov 04, 2008 5:09 am
- Forum: PSP Development
- Topic: Need help with Toolchain
- Replies: 21
- Views: 8322
- Tue Nov 04, 2008 4:57 am
- Forum: PSP Development
- Topic: Wlan won't initialize under psplink ?
- Replies: 12
- Views: 5346
- Sat Nov 01, 2008 6:53 am
- Forum: PSP Development
- Topic: Need help with Toolchain
- Replies: 21
- Views: 8322
- Sat Nov 01, 2008 6:42 am
- Forum: PSP Development
- Topic: Wlan won't initialize under psplink ?
- Replies: 12
- Views: 5346
Wlan won't initialize under psplink ?
Hi. I'm having a (pretty huge) problem with my MMORPG that I'm working on... When I start it from vsh(xmb) it initializes wlan and connects without any problem. But now I use PSPLink (PSPHost v2.0, usb-shell) to make development go faster, and when I try to initialize wlan it says that it cant be in...