Hi guys,
i'm porting a c++ lib for msn to psp, but a "little" problem blocks me.
The problem is:
it uses openssl, and AFAIK there isn't a openssl for psp, am i right?
Openssl for psp?
Yes
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part.
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
I am using minimalist pspsdk, can you provide me a precompiled library with the headers?jojojoris wrote:Yes
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part.