Add some missing sce* Functions

Add the missing functions to sceHttp
Create sceOpenPSID and add what jpcsp is doing
Create sceParseHttp.cpp
Create sceParseUri.cpp
Create sceSsl.cpp and add what jpcsp is doing
reindent some files.

in an attempt to try and get a few games doing more.
This commit is contained in:
TMaul 2012-12-06 15:24:25 +00:00
parent 257fd29e52
commit 9bcb67f90b
14 changed files with 438 additions and 89 deletions

View file

@ -49,6 +49,7 @@
#include "scePower.h"
#include "sceUtility.h"
#include "sceUmd.h"
#include "sceSsl.h"
#include "../Util/PPGeDraw.h"
@ -82,6 +83,7 @@ void __KernelInit()
__UtilityInit();
__UmdInit();
__CtrlInit();
__SslInit();
// "Internal" PSP libraries
__PPGeInit();