C# Class CSPspEmu.Hle.Modules.utils.UtilsForUser

Inheritance: HleModuleHost
Mostra file Open project: soywiz/cspspemu

Protected Properties

Property Type Description
Randoms Random>.Dictionary

Public Methods

Method Description
UtilsForUser ( ) : System

Private Methods

Method Description
sceKernelDcacheInvalidateRange ( uint Pointer, int Size ) : uint
sceKernelDcacheWritebackAll ( ) : uint
sceKernelDcacheWritebackInvalidateAll ( ) : uint
sceKernelDcacheWritebackInvalidateRange ( uint Pointer, int Size ) : uint
sceKernelDcacheWritebackRange ( uint Pointer, int Size ) : uint
sceKernelGetGPI ( ) : int
sceKernelGzipDecompress ( byte dest, uint destSize, byte src, uint unknown ) : int
sceKernelIcacheInvalidateAll ( ) : void
sceKernelIcacheInvalidateRange ( uint Address, uint Size ) : void
sceKernelLibcClock ( ) : uint
sceKernelLibcGettimeofday ( TimeValStruct TimeVal, TimeZoneStruct TimeZone ) : int
sceKernelLibcTime ( [ Time ) : time_t
sceKernelLzrcDecode ( byte dest, uint destSize, byte src, void unknown ) : int
sceKernelSetGPO ( int Value ) : int
sceKernelUtilsMd5Digest ( byte Data, uint Size, byte Digest ) : int
sceKernelUtilsMt19937Init ( SceKernelUtilsMt19937Context &Context, uint Seed ) : int
sceKernelUtilsMt19937UInt ( SceKernelUtilsMt19937Context &Context ) : uint
sceKernelUtilsSha1Digest ( byte Data, uint Size, byte Digest ) : int
sceUtilityGameSharingInitStart ( ) : int
sceUtilityGameSharingShutdownStart ( ) : int
sceUtilityGameSharingUpdate ( ) : int

Method Details

UtilsForUser() public method

public UtilsForUser ( ) : System
return System

Property Details

Randoms protected_oe property

protected Dictionary Randoms
return Random>.Dictionary