CSPspEmu.Hle.Modules.exceptionman.ExceptionManagerForKernel.sceKernelRegisterDefaultExceptionHandler C# (CSharp) Метод

sceKernelRegisterDefaultExceptionHandler() приватный Метод

private sceKernelRegisterDefaultExceptionHandler ( uint ExceptionHandlerFunction ) : int
ExceptionHandlerFunction uint
Результат int
        public int sceKernelRegisterDefaultExceptionHandler(uint ExceptionHandlerFunction)
        {
            return 0;
        }