Search found 2 matches

by CarlosEFML
Wed Apr 23, 2008 9:55 pm
Forum: PSP Development
Topic: libpspgum_vfpu curiosity
Replies: 3
Views: 2500

hum.. ok. I'm trying to develop applications without GCC libs. SO, i think: libpspgum_vfpu = libpspgum, using vfpu. libpspgum uses libm (sinf, consf...) --> it's ok. libpspgum_vfpu uses libpspmath(vfpu_sinf, vfpu_cosf...) --> I'm wrong I'll try to define "float sinf(float v){return vfpu_sinf(v)...
by CarlosEFML
Sat Apr 14, 2007 3:33 am
Forum: PSP Development
Topic: sceNet* in CF OE plugins
Replies: 0
Views: 1295

sceNet* in CF OE plugins

It's possible?
how?

I'm getting errors when trying to load Net modules...