C# Class CSPspEmu.Core.PspStoredConfig

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

public ControllerConfig,CSPspEmu.Core ControllerConfig
return ControllerConfig

DisplayScale public property

public int DisplayScale
return int

EnableAstOptimizations public property

public bool EnableAstOptimizations
return bool

EnableSmaa public property

public bool EnableSmaa
return bool

IsosPath public property

public string IsosPath
return string

LastCheckedTime public property

public DateTime,System LastCheckedTime
return System.DateTime

LimitVerticalSync public property

public bool LimitVerticalSync
return bool

Logger public static property

public static Logger Logger
return Logger

RecentFiles public property

public List RecentFiles
return List

RenderScale public property

public int RenderScale
return int

ScaleTextures public property

public bool ScaleTextures
return bool

UseFastMemory public property

public bool UseFastMemory
return bool