C# Class CSPspEmu.Hle.Modules.iofilemgr.IoFileMgrForUser.PspIoDrv

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
dev_type uint
funcs PspPointer
name PspPointer
name2 PspPointer
unk2 uint

Property Details

dev_type public property

Device type, this 0x10 is for a filesystem driver
public uint dev_type
return uint

funcs public property

Pointer to a filled out functions table
public PspPointer funcs
return PspPointer

name public property

The name of the device to add
public PspPointer name
return PspPointer

name2 public property

This seems to be the same as name but capitalised :/
public PspPointer name2
return PspPointer

unk2 public property

Unknown, set to 0x800
public uint unk2
return uint