Search found 37 matches

by blu_eye4
Tue Mar 31, 2009 3:38 am
Forum: PSP Development
Topic: Threading and dialogue boxes
Replies: 13
Views: 3438

Well, are tou trying a GUI on PSP? If your answer is yes, you have to try Nanodesktop Library! :D
by blu_eye4
Sun Mar 22, 2009 7:59 pm
Forum: PSP Development
Topic: fputs with VLF library
Replies: 4
Views: 1744

Need2P wrote:Did you include the VLF Library somewhere?
like: #include "thelibrary.extension"
or: #include <thelibrary.extension>
fgets is a standard C function and it depends from stdio.h.. have you included this file in your source?
by blu_eye4
Mon Jan 26, 2009 3:27 am
Forum: PSP Development
Topic: Allegro for PSP
Replies: 25
Views: 15723

What's Nanodesktop? Nanodesktop is an SDK for PSP. More info here: http://visilab.unime.it/~filippo/Nanodesktop/nanodesktop.htm this if the official forum: http://www.psp-ita.com/forum/viewforum.php?f=23 you can see from http://visilab.unime.it/~filippo/Nanodesktop/PSP_PSPE/Screenshots/ndPSP_Screen...
by blu_eye4
Sat Jan 24, 2009 9:26 pm
Forum: PSP Development
Topic: Allegro for PSP
Replies: 25
Views: 15723

Great!!!


Now, I need to ask you a question... Can you work a porting of your library for Nanodesktop? I hope that you accept... You can contact me at [email protected] for further informations...
by blu_eye4
Sun Nov 30, 2008 10:40 pm
Forum: PSP Development
Topic: Problem whith LTE Game Engine
Replies: 6
Views: 1690

change your kernel...
by blu_eye4
Fri Nov 28, 2008 6:28 am
Forum: PSP Development
Topic: Newbie and Ubuntu 8.10 Intrepid Ibex
Replies: 8
Views: 3349

there are a lot of guides in the net... if you speak italian, tell me, I'll send you a link :)
by blu_eye4
Tue Nov 25, 2008 6:34 am
Forum: PSP Development
Topic: My USB plugin doesn't work properly
Replies: 11
Views: 3249

maybe, if you want make a prx you haven't to give 0x1000 at PSP_MODULE_INFO, maybe...
by blu_eye4
Tue Nov 25, 2008 12:15 am
Forum: PSP Development
Topic: My USB plugin doesn't work properly
Replies: 11
Views: 3249

what type of error does PSP show?
by blu_eye4
Mon Nov 24, 2008 5:08 am
Forum: PSP Development
Topic: Dumping nand partitions
Replies: 8
Views: 2446

Have you seen "nand samples" too? there is an example how to dump all IPL block, maybe you can convert it for your functions...
by blu_eye4
Mon Nov 24, 2008 4:58 am
Forum: PSP Development
Topic: Dumping nand partitions
Replies: 8
Views: 2446

oh, maybe it is a stupid idea, but if you see the samples, you can see how dump falsh0 and flash1... then you can make some functions that can dump flash2 and flash3 too... can it help you?
by blu_eye4
Mon Nov 17, 2008 8:16 am
Forum: PSP Development
Topic: purpose of pspSdkSetK1
Replies: 10
Views: 3569

Hi :) I read in the web that it must be used to disable some protection: when you set this value to 0, the system think that you're calling from kernel thread. ab5000 is the person who said this thing, i've merely posted... excuse me ab5000... sauron, can it be usefull? excuse me for my bad english....
by blu_eye4
Mon Nov 17, 2008 8:05 am
Forum: PSP Development
Topic: Read all directory files...
Replies: 4
Views: 2352

LIBC have the opendir,,readtdir,closedir function that perform this 1. #include <stdio.h> 2. #include <sys/types.h> 3. #include <dirent.h> 4. 5. int main&#40;&#41; 6. &#123; 7. struct dirent *lecture; 8. DIR *rep; 9. rep = opendir&#40;"." &#41;; 10. while &#40;&...
by blu_eye4
Mon Nov 17, 2008 7:46 am
Forum: PSP Development
Topic: Read all directory files...
Replies: 4
Views: 2352

Read all directory files...

Hi boys :)

Is there any function whick allows me to read the files that there are in a directory? Have you understand me? I have a directory, here there are some files, I select them and play them... thank a lot for your help!
by blu_eye4
Tue Nov 11, 2008 4:11 am
Forum: PSP Development
Topic: Why does it not work?
Replies: 5
Views: 2056

Zer01ne wrote:Before want coding learns the C/C++
http://myckhack.hd.free.fr/fr/dl.php?id=3521389
I'm learning C... but it isn't easy... thanks a lot anyway :) :)

Zer01ne have a PM...
by blu_eye4
Tue Nov 11, 2008 12:49 am
Forum: PSP Development
Topic: Why does it not work?
Replies: 5
Views: 2056

Why does it not work?

Hello guys! Ok, I've a big problem that i don't know how i must resolve... I'm making a little didactic homebrew that dump flash0 and 1 using vlf library but I've a problem: when i play the homebrew on my psp I receive an error that advices me that a library isn't found by psp... It's astonishing in...
by blu_eye4
Fri Nov 07, 2008 3:34 am
Forum: PSP Development
Topic: VLF string print
Replies: 0
Views: 855

VLF string print

close it i've made a mess and i don't know how cancel the topic :( excuse me...
by blu_eye4
Thu Nov 06, 2008 5:51 am
Forum: PSP Development
Topic: help please!! psp devkit on windows
Replies: 10
Views: 3493

it looks like you don't have the pspsdk bin in your path which is kind of strange since make works. if make works maybe you have it because you have cygwin or devkitpro and they are colliding check where you installed pspsdk and paste here your path and the make version maybe he have to reinstall a...
by blu_eye4
Thu Nov 06, 2008 5:48 am
Forum: PSP Development
Topic: 'Ejection' of Memory Stick
Replies: 3
Views: 1523

could you post all code? maybe memory card function is include only inside the function who declare your menu, i don't know i'am a noob ;) excuse me for my language, i'm italian :)
by blu_eye4
Thu Nov 06, 2008 5:23 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

oh guys, i've resolved my problems: i've made a .s file where i've include the library pspctrl.h. Now the homebrew works very well :)

If you want i'll post here how I've resolved, maybe it can be useful for a noob :)
by blu_eye4
Thu Nov 06, 2008 1:33 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

Load the prx file / link the library which exports the functions. Build a stub out of exports.exp by hitting this command: psp-build-exports -s exports.exp in your terminal window (make sure the current dir is the prx source dir) thanks, but the prx i must reload from flash0 or i must create? you d...
by blu_eye4
Thu Nov 06, 2008 12:33 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

Pirata Nervo wrote:Do you know how to export functions?
yes and no: i know taht i have to create a .exp file, but i don't know how get functions :(
by blu_eye4
Wed Nov 05, 2008 7:01 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

Pirata Nervo wrote:Make a kernel prx with the control functions and export them into your app :)
i don't know how i have to do, can you tell me it? thanks a lot :)
by blu_eye4
Wed Nov 05, 2008 6:07 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

im using latch functions from a separate thread, with same makefile,libs and includes folder from the vlf sample. try working up from the sample. Thanks, but I think this is a library problem: I've tried many times and I discovered that when I include pspctrl.h library in the homebrew, the programm...
by blu_eye4
Tue Nov 04, 2008 7:00 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

Pirata Nervo wrote:try this:
-lvlflibc -lvlfutils -lvlfgu -lvlfgui -lpng -lz -lm -lpspkubridge
instead of your LIBS
nothing, with your libs order is a mess of error...
by blu_eye4
Tue Nov 04, 2008 6:10 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

TARGET = vlftest OBJS = crt0.o main.o graphics.o INCDIR = ./include CFLAGS = -O2 -G0 -Wall -fshort-wchar -fno-pic -mno-check-zero-division CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) -c LIBDIR = ./lib LDFLAGS = -mno-crt0 -nostdlib -nodefaultlibs LIBS = -lvlfgui -lvlfgu -lvlfut...
by blu_eye4
Tue Nov 04, 2008 5:12 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

Pirata Nervo wrote:this 0x8002013C whether means you are doing kernel calls or library not found
and how must i do? I've only include pspctrl.h... please help me :)
by blu_eye4
Tue Nov 04, 2008 3:05 am
Forum: PSP Development
Topic: VLF Library problem
Replies: 19
Views: 5633

VLF Library problem

Hi guys Well, I've a problem: I've begun programming with vlf library so, I've made a little homebrew to test them. The homebrew works very well, but when I want to insert pspctrl.h library in the homebrew and make &#91;...&#93;if&#40;latch.uiMake != 0&#41;&#123; if&#40;latch...
by blu_eye4
Fri Oct 31, 2008 8:09 pm
Forum: PSP Development
Topic: What's the matter? [usb connection problem inside]
Replies: 6
Views: 1778

Init the debugging FIRST, and do some prints around all the USB setup so you can see where it's hanging. #include "pspkern.h" #include <pspkernel.h> #include <pspiofilemgr.h> #include <pspctrl.h> #include "dump.h" #include <psppower.h> #include <pspumd.h> #include <pspdisplay.h>...
by blu_eye4
Fri Oct 31, 2008 7:14 am
Forum: PSP Development
Topic: What's the matter? [usb connection problem inside]
Replies: 6
Views: 1778

Wally4000 wrote:add

PSP_HEAP_SIZE_KB(-1024);

Wally
I'm sorry, it doesn't work... thanks for your time
by blu_eye4
Fri Oct 31, 2008 4:46 am
Forum: PSP Development
Topic: What's the matter? [usb connection problem inside]
Replies: 6
Views: 1778

What's the matter? [usb connection problem inside]

#include "pspkern.h" #include <pspkernel.h> #include <pspiofilemgr.h> #include <pspctrl.h> #include "dump.h" #include <psppower.h> #include <pspumd.h> #include <pspdisplay.h> #include <pspusbstor.h> #include "usbmy.h" #include <pspusb.h> PSP_MODULE_INFO&#40;"D...