C# Class CSPspEmu.Hle.Modules.utility.sceUtility.pspUtilityDialogCommon

显示文件 Open project: soywiz/cspspemu

Public Properties

Property Type Description
AccessThread int
ButtonSwap int
FontThread int
GraphicsThread int
Language PspLanguages
Result SceKernelErrors
Size uint
SoundThread int

Property Details

AccessThread public_oe property

0010 - Access/fileio thread priority (SceJobThread)
public int AccessThread
return int

ButtonSwap public_oe property

0008 - Set to 1 for X/O button swap
public int ButtonSwap
return int

FontThread public_oe property

0014 - Font thread priority (ScePafThread)
public int FontThread
return int

GraphicsThread public_oe property

000C - Graphics thread priority
public int GraphicsThread
return int

Language public_oe property

0004 - Language
public PspLanguages Language
return PspLanguages

Result public_oe property

001C - Result
public SceKernelErrors Result
return SceKernelErrors

Size public_oe property

0000 - Size of the structure
public uint Size
return uint

SoundThread public_oe property

0018 - Sound thread priority
public int SoundThread
return int