C# 클래스 CSPspEmu.Hle.Modules.iofilemgr.IoFileMgrForUser.PspIoDrv

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
dev_type uint
funcs PspPointer
name PspPointer
name2 PspPointer
unk2 uint

프로퍼티 상세

dev_type 공개적으로 프로퍼티

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

funcs 공개적으로 프로퍼티

Pointer to a filled out functions table
public PspPointer funcs
리턴 PspPointer

name 공개적으로 프로퍼티

The name of the device to add
public PspPointer name
리턴 PspPointer

name2 공개적으로 프로퍼티

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

unk2 공개적으로 프로퍼티

Unknown, set to 0x800
public uint unk2
리턴 uint