CSPspEmu.Hle.Managers.HleInterruptManager.GetInterruptHandler C# (CSharp) Метод

GetInterruptHandler() публичный Метод

public GetInterruptHandler ( PspInterrupts PspInterrupt ) : HleInterruptHandler
PspInterrupt PspInterrupts
Результат HleInterruptHandler
        public HleInterruptHandler GetInterruptHandler(PspInterrupts PspInterrupt)
        {
            return InterruptHandlers[(int)PspInterrupt];
        }