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

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство 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
Résultat uint

funcs public_oe property

Pointer to a filled out functions table
public PspPointer funcs
Résultat PspPointer

name public_oe property

The name of the device to add
public PspPointer name
Résultat PspPointer

name2 public_oe property

This seems to be the same as name but capitalised :/
public PspPointer name2
Résultat PspPointer

unk2 public_oe property

Unknown, set to 0x800
public uint unk2
Résultat uint