CSPspEmu.Hle.Managers.HleInterruptManager.GetInterruptHandler C# (CSharp) Method

GetInterruptHandler() public method

public GetInterruptHandler ( PspInterrupts PspInterrupt ) : HleInterruptHandler
PspInterrupt PspInterrupts
return HleInterruptHandler
        public HleInterruptHandler GetInterruptHandler(PspInterrupts PspInterrupt)
        {
            return InterruptHandlers[(int)PspInterrupt];
        }