C# Class CSPspEmu.Core.Memory.LazyPspMemory

Inheritance: NormalPspMemory
Show file Open project: soywiz/cspspemu

Public Methods

Method Description
LazyPspMemory ( )
PointerToPspAddressUnsafe ( void Pointer ) : uint
PspAddressToPointerUnsafe ( uint _Address ) : void*

Private Methods

Method Description
LazyCreateMemory ( ) : void

Method Details

LazyPspMemory() public method

public LazyPspMemory ( )

PointerToPspAddressUnsafe() public method

public PointerToPspAddressUnsafe ( void Pointer ) : uint
Pointer void
return uint

PspAddressToPointerUnsafe() public method

public PspAddressToPointerUnsafe ( uint _Address ) : void*
_Address uint
return void*