C# Class CSPspEmu.Hle.HlePspFunctionAttribute

Inheritance: System.Attribute
Show 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 property

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

FirmwareVersion public property

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

NID public 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 property

Optional name.
public string Name
return string

SkipLog public property

Avoids being logged.
public bool SkipLog
return bool