mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
14 lines
204 B
C
14 lines
204 B
C
#pragma once
|
|
|
|
typedef void SceSslCert;
|
|
typedef void SceSslCertName;
|
|
|
|
struct SceSslMemoryPoolStats
|
|
{
|
|
u32 poolSize;
|
|
u32 maxInuseSize;
|
|
u32 currentInuseSize;
|
|
s32 reserved;
|
|
};
|
|
|
|
extern psv_log_base sceSsl;
|