C# Class CSPspEmu.Hle.HleConfig

Mostra file Open project: soywiz/cspspemu

Public Properties

Property Type Description
AdhocChannel PSP_SYSTEMPARAM_ADHOC_CHANNEL
CompiledSdkVersion uint
CompilerVersion uint
ConfirmButton PSP_SYSTEMPARAM_BUTTON_PREFERENCE
DateFormat PSP_SYSTEMPARAM_DATE_FORMAT
DaylightSavings PSP_SYSTEMPARAM_DAYLIGHTSAVINGS
DebugNotImplemented bool
DebugSyscalls bool
DebugThreadSwitching bool
FirmwareVersion CSPspEmu.Hle.Types.PspVersion
HleModulesDll System.Reflection.Assembly
Language PspLanguages
SdkFlags SdkFlags
TimeFormat PSP_SYSTEMPARAM_TIME_FORMAT
Timezone double
TraceLastSyscalls bool
UseCoRoutines bool
UserName string
WlanIsOn bool
WlanPowersave PSP_SYSTEMPARAM_WLAN_POWERSAVE

Private Methods

Method Description
HleConfig ( ) : System

Property Details

AdhocChannel public_oe property

public PSP_SYSTEMPARAM_ADHOC_CHANNEL AdhocChannel
return PSP_SYSTEMPARAM_ADHOC_CHANNEL

CompiledSdkVersion public_oe property

public uint CompiledSdkVersion
return uint

CompilerVersion public_oe property

public uint CompilerVersion
return uint

ConfirmButton public_oe property

public PSP_SYSTEMPARAM_BUTTON_PREFERENCE ConfirmButton
return PSP_SYSTEMPARAM_BUTTON_PREFERENCE

DateFormat public_oe property

public PSP_SYSTEMPARAM_DATE_FORMAT DateFormat
return PSP_SYSTEMPARAM_DATE_FORMAT

DaylightSavings public_oe property

public PSP_SYSTEMPARAM_DAYLIGHTSAVINGS DaylightSavings
return PSP_SYSTEMPARAM_DAYLIGHTSAVINGS

DebugNotImplemented public_oe property

public bool DebugNotImplemented
return bool

DebugSyscalls public_oe property

public bool DebugSyscalls
return bool

DebugThreadSwitching public_oe property

public bool DebugThreadSwitching
return bool

FirmwareVersion public_oe property

public PspVersion,CSPspEmu.Hle.Types FirmwareVersion
return CSPspEmu.Hle.Types.PspVersion

HleModulesDll public_oe property

public Assembly,System.Reflection HleModulesDll
return System.Reflection.Assembly

Language public_oe property

public PspLanguages Language
return PspLanguages

SdkFlags public_oe property

public SdkFlags SdkFlags
return SdkFlags

TimeFormat public_oe property

public PSP_SYSTEMPARAM_TIME_FORMAT TimeFormat
return PSP_SYSTEMPARAM_TIME_FORMAT

Timezone public_oe property

public double Timezone
return double

TraceLastSyscalls public_oe property

public bool TraceLastSyscalls
return bool

UseCoRoutines public_oe property

public bool UseCoRoutines
return bool

UserName public_oe property

public string UserName
return string

WlanIsOn public_oe property

public bool WlanIsOn
return bool

WlanPowersave public_oe property

public PSP_SYSTEMPARAM_WLAN_POWERSAVE WlanPowersave
return PSP_SYSTEMPARAM_WLAN_POWERSAVE