CSPspEmu.Hle.Modules.interruptman.InterruptManager.sceKernelQueryIntrHandlerInfo C# (CSharp) Method

sceKernelQueryIntrHandlerInfo() private method

private sceKernelQueryIntrHandlerInfo ( int intno, int sub_intr_code, PspIntrHandlerOptionParam data ) : int
intno int
sub_intr_code int
data CSPspEmu.Hle.Managers.PspIntrHandlerOptionParam
return int
        public int sceKernelQueryIntrHandlerInfo(int intno, int sub_intr_code, PspIntrHandlerOptionParam* data)
        {
            throw (new NotImplementedException());
            /*
            unimplemented();
            return -1;
            */
        }