C# Class CSPspEmu.CWCheatEntry

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Code uint
Values uint[]

Private Properties

Property Type Description
_Patch void

Public Methods

Method Description
Patch ( PspMemory PspMemory ) : void
Read ( Queue List ) : void

Private Methods

Method Description
_Patch ( PspMemory PspMemory ) : void

Method Details

Patch() public method

public Patch ( PspMemory PspMemory ) : void
PspMemory PspMemory
return void

Read() public method

public Read ( Queue List ) : void
List Queue
return void

Property Details

Code public property

public uint Code
return uint

Values public property

public uint[] Values
return uint[]