mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 09:10:00 +01:00
15 lines
204 B
C
15 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;
|