C# Class CSPspEmu.Hle.HlePspFunctionAttribute

Inheritance: System.Attribute
Mostra file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
CheckInsideInterrupt bool
FirmwareVersion uint
NID uint
Name string
SkipLog bool

Property Details

CheckInsideInterrupt public_oe property

Avoids being executed inside an interrupt.
public bool CheckInsideInterrupt
return bool

FirmwareVersion public_oe property

Firmware Version where the function starts to appear.
public uint FirmwareVersion
return uint

NID public_oe property

ID for functions. It was initially the first 32 bits of the SHA-1 of the name of the function.
public uint NID
return uint

Name public_oe property

Optional name.
public string Name
return string

SkipLog public_oe property

Avoids being logged.
public bool SkipLog
return bool