mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 14:20:08 +01:00
13 lines
199 B
C
13 lines
199 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;
|
|
};
|