Search found 7 matches

by sbrillon1
Wed Apr 02, 2008 7:01 am
Forum: PSP Development
Topic: LTE game engine on psp slim and light
Replies: 14
Views: 13799

Bigboss says: we're closer to complete our LTE Game Engine port for 3.XX kernel. we still have a few thigs to program (network) but after that, we'll release fixed sources/binaries on our website www.ltestudios.com. in the meantime for those who wanna try the demo on a Slim & Lite, here is the d...
by sbrillon1
Wed Apr 02, 2008 4:06 am
Forum: PSP Development
Topic: LTE game engine on psp slim and light
Replies: 14
Views: 13799

I have a great news for all.

bigboss and siberianstar they have almost ended the port on 3.xx kerlel..
by sbrillon1
Thu Mar 20, 2008 5:01 am
Forum: PSP Development
Topic: Simple PRX work in fat but not in slim.
Replies: 7
Views: 2174

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...
by sbrillon1
Wed Mar 19, 2008 6:48 am
Forum: PSP Development
Topic: Simple PRX work in fat but not in slim.
Replies: 7
Views: 2174

Does nobody know how to help me? Please :-)
by sbrillon1
Sat Mar 15, 2008 8:16 am
Forum: PSP Development
Topic: Simple PRX work in fat but not in slim.
Replies: 7
Views: 2174

In the make file i have builds the app as a prx: TARGET = gameReboot OBJS = main.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $&#40;CFLAGS&#41; -fno-exceptions -fno-rtti ASFLAGS = $&#40;CFLAGS&#41; BUILD_PRX = 1 USE_KERNEL_LIBC=1 USE_KERNEL_LIBS=1 LIBDIR = LDFLAGS = -mno-crt0 -nostar...
by sbrillon1
Sat Mar 15, 2008 6:50 am
Forum: PSP Development
Topic: Simple PRX work in fat but not in slim.
Replies: 7
Views: 2174

The difference it's only in the header? from this: PSP_MODULE_INFO&#40;"EXIT", 0x1000, 1, 1&#41;; PSP_MAIN_THREAD_ATTR&#40;0&#41;; PSP_MAIN_THREAD_STACK_SIZE_KB&#40;0&#41;; to this: PSP_MODULE_INFO&#40;"EXIT", 0x1006, 1, 1&#41;; PSP_MAIN_THREAD_ATT...
by sbrillon1
Sat Mar 15, 2008 4:28 am
Forum: PSP Development
Topic: Simple PRX work in fat but not in slim.
Replies: 7
Views: 2174

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...