C# Class CSPspEmu.Core.PspStoredConfig

Datei anzeigen Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
ControllerConfig ControllerConfig
DisplayScale int
EnableAstOptimizations bool
EnableSmaa bool
IsosPath string
LastCheckedTime System.DateTime
LimitVerticalSync bool
Logger Logger
RecentFiles List
RenderScale int
ScaleTextures bool
UseFastMemory bool

Private Properties

Property Type Description
PspStoredConfig System

Public Methods

Method Description
Load ( ) : PspStoredConfig
Save ( ) : void

Private Methods

Method Description
PspStoredConfig ( ) : System

Method Details

Load() public static method

public static Load ( ) : PspStoredConfig
return PspStoredConfig

Save() public method

public Save ( ) : void
return void

Property Details

ControllerConfig public_oe property

public ControllerConfig,CSPspEmu.Core ControllerConfig
return ControllerConfig

DisplayScale public_oe property

public int DisplayScale
return int

EnableAstOptimizations public_oe property

public bool EnableAstOptimizations
return bool

EnableSmaa public_oe property

public bool EnableSmaa
return bool

IsosPath public_oe property

public string IsosPath
return string

LastCheckedTime public_oe property

public DateTime,System LastCheckedTime
return System.DateTime

LimitVerticalSync public_oe property

public bool LimitVerticalSync
return bool

Logger public_oe static_oe property

public static Logger Logger
return Logger

RecentFiles public_oe property

public List RecentFiles
return List

RenderScale public_oe property

public int RenderScale
return int

ScaleTextures public_oe property

public bool ScaleTextures
return bool

UseFastMemory public_oe property

public bool UseFastMemory
return bool