protected internal override void read() { unknown1 = read32(); fsNum = read32(); drvArgAddr = read32(); unknown2 = read32(); arg = read32(); if (drvArgAddr == 0) { drvArg = null; } else { drvArg = new pspIoDrvArg(); drvArg.read(mem, drvArgAddr); } }
public virtual int hleMSstorStorageIoInit(pspIoDrvArg drvArg) { return(0); }
public virtual int hleMSstorPartitionIoInit(pspIoDrvArg drvArg) { return(0); }
public virtual int hleMSstorControllerIoInit(pspIoDrvArg drvArg) { return(0); }