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:
parent
257fd29e52
commit
9bcb67f90b
14 changed files with 438 additions and 89 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue