Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSPspEmu
Hle
Managers
HleInterruptHandler
C# Class CSPspEmu.Hle.Managers.HleInterruptHandler
Show file
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 property
public
PspInterrupts
PspInterrupt
return
PspInterrupts
SubinterruptHandlers
public property
public
HleSubinterruptHandler[],CSPspEmu.Hle.Managers
SubinterruptHandlers
return
CSPspEmu.Hle.Managers.HleSubinterruptHandler[]