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

Datei anzeigen 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_oe property

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

funcs public_oe property

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

name public_oe property

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

name2 public_oe property

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

unk2 public_oe property

Unknown, set to 0x800
public uint unk2
return uint