CSPspEmu.Hle.Managers.HleSubinterruptHandler.HleSubinterruptHandler C# (CSharp) Method

HleSubinterruptHandler() public method

public HleSubinterruptHandler ( int Index ) : System.Collections.Generic
Index int
return System.Collections.Generic
        public HleSubinterruptHandler(int Index)
        {
            this.Index = Index;
            this.Enabled = false;
        }
HleSubinterruptHandler