C# Class CSPspEmu.Hle.Modules.interruptman.InterruptManager

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Private Methods

Method Description
CheckImplementedInterruptType ( PspInterrupts PspInterrupt ) : void
sceKernelEnableSubIntr ( PspInterrupts PspInterrupt, int HandlerIndex ) : int
sceKernelQueryIntrHandlerInfo ( int intno, int sub_intr_code, PspIntrHandlerOptionParam data ) : int
sceKernelRegisterSubIntrHandler ( PspInterrupts PspInterrupt, int HandlerIndex, uint CallbackAddress, uint CallbackArgument ) : int
sceKernelReleaseSubIntrHandler ( PspInterrupts PspInterrupt, int HandlerIndex ) : int