C# Class CSPspEmu.Hle.Managers.HleInterruptHandler

Datei anzeigen Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
PspInterrupt PspInterrupts
SubinterruptHandlers CSPspEmu.Hle.Managers.HleSubinterruptHandler[]

Public Methods

Method Description
Trigger ( ) : void

Private Methods

Method Description
HleInterruptHandler ( HleInterruptManager HleInterruptManager, PspInterrupts PspInterrupt, HleCallbackManager HleCallbackManager ) : System.Collections.Generic

Method Details

Trigger() public method

public Trigger ( ) : void
return void

Property Details

PspInterrupt public_oe property

public PspInterrupts PspInterrupt
return PspInterrupts

SubinterruptHandlers public_oe property

public HleSubinterruptHandler[],CSPspEmu.Hle.Managers SubinterruptHandlers
return CSPspEmu.Hle.Managers.HleSubinterruptHandler[]