Search found 5 matches

by Rekai
Fri Sep 29, 2006 9:27 am
Forum: PSP Development
Topic: VFPU A pair of performance measures
Replies: 0
Views: 759

VFPU A pair of performance measures

Well, I as many of you, have made my own multmatrix function using the vfpu trough asm instructions, an I have executed the simplest benchmark, multiply the same 4x4 matrices 10.000.000 times, having the next results: SW multiplication: 61.585938 HW multiplication 1: 54.400757 Speedup1: 1.132054 HW ...
by Rekai
Fri Sep 29, 2006 8:41 am
Forum: PSP Development
Topic: eboots and the menu
Replies: 9
Views: 3768

Yes there is documentation, search por pack-pbp documentation and you will get it
by Rekai
Fri Sep 29, 2006 5:49 am
Forum: PSP Development
Topic: freeze psp with asm inline function
Replies: 7
Views: 2707

well I have not actually coded it but you sould be able to overload the = operator to look something like this: ScePspFMatrix4 operator=(float** m){ ScePspFMatrix4 ret={{m[0][0],m[0][1],m&#...
by Rekai
Sun Sep 17, 2006 11:26 am
Forum: PSP Development
Topic: How to tell makefile to make kxploit??
Replies: 4
Views: 2456

That's what I have added to my makefile: $(TARGET)_strip.elf: $(TARGET).elf $(STRIP) $(TARGET).elf -o $(TARGET)_strip.elf ./$(TARGET)%/EBOOT.PBP: $(PSP_EBOOT_SFO) pack-pbp ...
by Rekai
Sun Sep 17, 2006 11:21 am
Forum: PSP Development
Topic: Problem with psplink + psp-gdb
Replies: 0
Views: 915

Problem with psplink + psp-gdb

I have never used gdb so I don't know wether it just doesn't work or I am doing it wrong. The problem is: 1.- I start PSPlink, usbhostfs and pcterm 2.- In the term I write debug program.elf 3.- In a new xterm I run psp-gdb program.elf 4.- Type in the gdb shell target remote:10001, it makes the conne...