Search found 7 matches
- Wed Apr 02, 2008 7:01 am
- Forum: PSP Development
- Topic: LTE game engine on psp slim and light
- Replies: 14
- Views: 19617
- Wed Apr 02, 2008 4:06 am
- Forum: PSP Development
- Topic: LTE game engine on psp slim and light
- Replies: 14
- Views: 19617
- Thu Mar 20, 2008 5:01 am
- Forum: PSP Development
- Topic: Simple PRX work in fat but not in slim.
- Replies: 7
- Views: 2560
Both the psp have the 3.90 M33. The PRX that I have inserted was only an example to understand whether to make to go it on slim, the true prx that I would like to do it is this (don't run in slim): #include <pspsdk.h> #include <pspkernel.h> #include <pspdebug.h> #include <pspdisplay.h> #include <psp...
- Wed Mar 19, 2008 6:48 am
- Forum: PSP Development
- Topic: Simple PRX work in fat but not in slim.
- Replies: 7
- Views: 2560
- Sat Mar 15, 2008 8:16 am
- Forum: PSP Development
- Topic: Simple PRX work in fat but not in slim.
- Replies: 7
- Views: 2560
- Sat Mar 15, 2008 6:50 am
- Forum: PSP Development
- Topic: Simple PRX work in fat but not in slim.
- Replies: 7
- Views: 2560
- Sat Mar 15, 2008 4:28 am
- Forum: PSP Development
- Topic: Simple PRX work in fat but not in slim.
- Replies: 7
- Views: 2560
Simple PRX work in fat but not in slim.
Hi to all! I have write a simple prx to exit from the game after 1 second, after the game it's started. The problem it's this: the PRX work in PSP FAT but not in PSP SLIM, why? I need to do some change to the code for PSP SLIM? This is the code: #include <pspsdk.h> #include <pspkernel.h> #include <p...