Search found 5 matches

by swetland
Fri Jan 05, 2007 12:27 pm
Forum: PSP Development
Topic: GU Text
Replies: 2
Views: 2138

I modified the text demo to use a slightly fancier font format and included source for a program that can create font data from truetype fonts (using freetype2). Available under the BSD license, like the pspsdk:

http://frotz.net/misc/fancytext3.tgz

Brian
by swetland
Fri Jan 05, 2007 4:43 am
Forum: PSP Development
Topic: Strange libpng errors
Replies: 3
Views: 2922

Looks like you're missing zlib and libm.
by swetland
Sun Dec 31, 2006 6:46 am
Forum: PSP Development
Topic: Conditionals with VFPU?
Replies: 26
Views: 11481

MIPS has reference manuals for their architectures available online: http://www.mips.com/products/resource_library/product_materials/MIPS_Architecture.php You do have to fill out a little form to get a login before you can download them, but it's pretty painless. These two documents will probably an...
by swetland
Sun Dec 31, 2006 6:33 am
Forum: PSP Development
Topic: usbhostfs with vid 6472 (instead of 054c)
Replies: 8
Views: 4759

I only do development on linux, so I probably won't be much help. At a guess, I think you're missing libusb.

Brian
by swetland
Sun Dec 31, 2006 3:34 am
Forum: PSP Development
Topic: usbhostfs with vid 6472 (instead of 054c)
Replies: 8
Views: 4759

Yup, that'll work. I assume you've got a TA-082 unit that you downgraded? It seems that the idstorage hack that allows TA-082 downgrading clobbers the USB VID and strings. I've successfully run a modified usbhostfs_pc against such a PSP and it worked fine.

Brian