mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 08:10:10 +01:00
15 lines
228 B
C
15 lines
228 B
C
#pragma once
|
|
|
|
using SceSslCert = void;
|
|
using SceSslCertName = void;
|
|
|
|
struct SceSslMemoryPoolStats
|
|
{
|
|
le_t<u32> poolSize;
|
|
le_t<u32> maxInuseSize;
|
|
le_t<u32> currentInuseSize;
|
|
le_t<s32> reserved;
|
|
};
|
|
|
|
extern psv_log_base sceSsl;
|