mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Some functions added
This commit is contained in:
parent
35898a6cdf
commit
cd6f95c90d
16 changed files with 1589 additions and 166 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#include "Emu/System.h"
|
||||
#include "Emu/ARMv7/PSVFuncList.h"
|
||||
|
||||
#include "sceSsl.h"
|
||||
|
||||
extern psv_log_base sceHttp;
|
||||
|
||||
enum SceHttpHttpVersion : s32
|
||||
|
|
@ -61,8 +63,6 @@ typedef vm::psv::ptr<s32(s32 request, vm::psv::ptr<const char> url, vm::psv::ptr
|
|||
|
||||
typedef vm::psv::ptr<s32(s32 request, vm::psv::ptr<const char> url, vm::psv::ptr<const char> cookieHeader, vm::psv::ptr<void> userArg)> SceHttpCookieSendCallback;
|
||||
|
||||
struct SceSslCert;
|
||||
|
||||
struct SceHttpsData
|
||||
{
|
||||
vm::psv::ptr<char> ptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue