CSPspEmu.Hle.Modules.modulemgr.ModuleMgrForUser.sceKernelUnloadModule C# (CSharp) Метод

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

private sceKernelUnloadModule ( int ModuleId ) : int
ModuleId int
Результат int
        public int sceKernelUnloadModule(int ModuleId)
        {
            //throw(new NotImplementedException());
            return 0;
            /*
            Module pspModule = hleEmulatorState.uniqueIdFactory.get!Module(modid);

            unimplemented_notice();
            logError("Not implemented sceKernelUnloadModule!!");

            //pspModule.

            //hleEmulatorState.moduleManager.unloadModu
            return 0;
            */
        }