Search found 17 matches

by kecC
Tue Sep 06, 2005 7:36 pm
Forum: PSP Development
Topic: Problem showing images (UPDATED, please check it)
Replies: 4
Views: 2168

Thanks a lot!

It works!
by kecC
Tue Sep 06, 2005 11:58 am
Forum: PSP Development
Topic: Problem showing images (UPDATED, please check it)
Replies: 4
Views: 2168

nobody can help me?
by kecC
Fri Sep 02, 2005 10:14 pm
Forum: PSP Development
Topic: Problem showing images (UPDATED, please check it)
Replies: 4
Views: 2168

Problem showing images (UPDATED, please check it)

Hi: I'm developing a simple program, and i want to put a background image. I have the image in .c, and i know to show it in the display, but my problem is that the background colors aren't the same compared with the real image. There are color like orange, red and yellow. What can I do? Thanks! Bye....
by kecC
Wed Aug 24, 2005 10:00 pm
Forum: PSP Development
Topic: PSPide: a new environment for PSP
Replies: 1
Views: 1601

PSPide: a new environment for PSP

Hi: Milhouse has released a new environment for PSP. With it you can write your code, compile it, and transfer it to your PSP (via kxploit). It's the first beta version, so, It has a lot of bugs and errors. This version is in spanish, but for the version 1.0 (that it will be released on the 1st of s...
by kecC
Mon Aug 08, 2005 8:36 am
Forum: PSP Development
Topic: How can I put images in display?
Replies: 5
Views: 2428

Thanks a lot!

But I want to show a image like this type:

Code: Select all

const unsigned short image[] = {
0x735a,0x6f39,0x6b39,0x6f39,0x6b39,0x6f39,...
}
How can I do it?

Thanks again!
by kecC
Mon Aug 08, 2005 1:31 am
Forum: PSP Development
Topic: How can I put images in display?
Replies: 5
Views: 2428

How can I put images in display?

Hi!

I'm learning to develop to PSP (and also learning C) and I want to push one button, and see one image in the display.

I have the image in C, and I've tried to make a function for do it, but I haven't get it.

Can anybody help me with a very simple function?

Thanks.
Bye.
by kecC
Fri Jul 29, 2005 9:10 pm
Forum: PSP Development
Topic: Problem with usb libraries
Replies: 15
Views: 4371

I only have 6 :S.

Where can i get them?
by kecC
Fri Jul 29, 2005 8:21 pm
Forum: PSP Development
Topic: Problem with usb libraries
Replies: 15
Views: 4371

if I put that, it says me: /cygdrive/c/PSPDev/bin/../lib/gcc/psp/4.0.0/../../../../psp/bin/ld: cannot find -lpspusb collect2: ld returned 1 exit status make: *** [usbstorage.elf] Error 1 Do I need any other library? I only have pspusb.h and pspsubstor.h in the...
by kecC
Fri Jul 29, 2005 10:02 am
Forum: PSP Development
Topic: Problem with usb libraries
Replies: 15
Views: 4371

TARGET = usbstorage OBJS = main.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = -lpspusb -lpspusbstor LDFLAGS = PSPSDK=$(shell psp-config --pspsdk-path) include $(PSPSDK)/li...
by kecC
Fri Jul 29, 2005 9:52 am
Forum: PSP Development
Topic: Problem with usb libraries
Replies: 15
Views: 4371

I've done that, and it continues says me the same. :S
by kecC
Fri Jul 29, 2005 8:54 am
Forum: PSP Development
Topic: Problem with usb libraries
Replies: 15
Views: 4371

I've looked the sample and I've done my file, but when i'm going to compile it, it says me: main.o: In function 'main': main.c:(.text+0x1f8): undefined reference to 'sceUsbStart' main.c:(.text+0x214): undefined reference...
by kecC
Fri Jul 29, 2005 6:24 am
Forum: PSP Development
Topic: Problem with usb libraries
Replies: 15
Views: 4371

where can i look that?

Thanks
by kecC
Fri Jul 29, 2005 1:47 am
Forum: PSP Development
Topic: Problem with usb libraries
Replies: 15
Views: 4371

Problem with usb libraries

Hi. I'm trying to make a homebrew to connect my PSP to the PC, but I dont know very sure how I have to do it. There are 4 functions in pspusb.h -> sceUsbStart(); sceUsbStop(); sceUsbActivate(); sceUsbDeactivate(); How I have to use them to connect my PSP to PC? In the homebrew i've done a code that ...
by kecC
Sun Jul 24, 2005 1:47 am
Forum: PSP Development
Topic: PSPSOne or PSPcsx?
Replies: 117
Views: 293542

PacManFan , do you know when are you going to realise the next beta version of PSPSONE?

I'm so excited, i'm want to play FF7 on my PSP as soon as posible!

Thanks!
by kecC
Thu Jul 07, 2005 10:47 am
Forum: PSP Development
Topic: Helpme: Home button doesn't work
Replies: 1
Views: 1084

Helpme: Home button doesn't work

Hi! I have some of help. I've compiled my own HelloPSP, but I want to add the posibility to come back to the PSP Menu. I've have testing many hours but I haven't get anything. I've updated the startup.s and I add in hellopsp.c the following code: PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER | THREA...
by kecC
Tue Jul 05, 2005 8:09 am
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 24485

I've done that, but continuos without work. If you prefer, tell me how can I install Dev-Cpp with make for it works. Thanks. kecC EDIT: A get it! I have put the Variables in Enviorement Variable (on My computer), and I write the line " PSPSDK=$(shell psp-config --pspsdk-path) " in the Make...
by kecC
Mon Jul 04, 2005 11:41 pm
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 24485

cable16 I've done all you have said, but when i have to type "make" for get the EBOOT.PBP of sdktest, it doesn't works. It says me (i'm spanish and i don't know how can I translate that, I'm going to try) "make" isn't recognized like a internal or external comand, program or othe...