CSPspEmu.Hle.Modules._unknownPrx.scePspNpDrm_user.sceKernelLoadExecNpDrm C# (CSharp) Method

sceKernelLoadExecNpDrm() private method

private sceKernelLoadExecNpDrm ( string filename, void option ) : int
filename string
option void
return int
        public int sceKernelLoadExecNpDrm(string filename, void* option)
        {
            throw (new NotImplementedException());
        }