C# Class CSPspEmu.Hle.HleConfig

Show 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 property

public PSP_SYSTEMPARAM_ADHOC_CHANNEL AdhocChannel
return PSP_SYSTEMPARAM_ADHOC_CHANNEL

CompiledSdkVersion public property

public uint CompiledSdkVersion
return uint

CompilerVersion public property

public uint CompilerVersion
return uint

ConfirmButton public property

public PSP_SYSTEMPARAM_BUTTON_PREFERENCE ConfirmButton
return PSP_SYSTEMPARAM_BUTTON_PREFERENCE

DateFormat public property

public PSP_SYSTEMPARAM_DATE_FORMAT DateFormat
return PSP_SYSTEMPARAM_DATE_FORMAT

DaylightSavings public property

public PSP_SYSTEMPARAM_DAYLIGHTSAVINGS DaylightSavings
return PSP_SYSTEMPARAM_DAYLIGHTSAVINGS

DebugNotImplemented public property

public bool DebugNotImplemented
return bool

DebugSyscalls public property

public bool DebugSyscalls
return bool

DebugThreadSwitching public property

public bool DebugThreadSwitching
return bool

FirmwareVersion public property

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

HleModulesDll public property

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

Language public property

public PspLanguages Language
return PspLanguages

SdkFlags public property

public SdkFlags SdkFlags
return SdkFlags

TimeFormat public property

public PSP_SYSTEMPARAM_TIME_FORMAT TimeFormat
return PSP_SYSTEMPARAM_TIME_FORMAT

Timezone public property

public double Timezone
return double

TraceLastSyscalls public property

public bool TraceLastSyscalls
return bool

UseCoRoutines public property

public bool UseCoRoutines
return bool

UserName public property

public string UserName
return string

WlanIsOn public property

public bool WlanIsOn
return bool

WlanPowersave public property

public PSP_SYSTEMPARAM_WLAN_POWERSAVE WlanPowersave
return PSP_SYSTEMPARAM_WLAN_POWERSAVE