CSPspEmu.Hle.Modules.threadman.ThreadManForUser.sceKernelReferThreadProfiler C# (CSharp) Метод

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

private sceKernelReferThreadProfiler ( ) : long
Результат long
        public long sceKernelReferThreadProfiler()
        {
            throw (new NotImplementedException());
            //Valid only on actual hardware with debug mode enabled.
            return 0;
        }
ThreadManForUser