CSPspEmu.Hle.Modules.loadcore.LoadCoreForKernel.sceKernelFindModuleByName C# (CSharp) Method

sceKernelFindModuleByName() private method

private sceKernelFindModuleByName ( string ModuleName ) : int
ModuleName string
return int
        public int sceKernelFindModuleByName(string ModuleName)
        {
            Console.WriteLine("sceKernelFindModuleByName('{0}') not implemented", ModuleName);
            return 0;
            /*
            logWarning();
            //unimplemented();
            return null;
            */
            //throw(new NotImplementedException());
        }