C# Class CSPspEmu.Core.PspStoredConfig

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство 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

Свойство Type Description
PspStoredConfig System

Méthodes publiques

Méthode Description
Load ( ) : PspStoredConfig
Save ( ) : void

Private Methods

Méthode Description
PspStoredConfig ( ) : System

Method Details

Load() public static méthode

public static Load ( ) : PspStoredConfig
Résultat PspStoredConfig

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

ControllerConfig public_oe property

public ControllerConfig,CSPspEmu.Core ControllerConfig
Résultat ControllerConfig

DisplayScale public_oe property

public int DisplayScale
Résultat int

EnableAstOptimizations public_oe property

public bool EnableAstOptimizations
Résultat bool

EnableSmaa public_oe property

public bool EnableSmaa
Résultat bool

IsosPath public_oe property

public string IsosPath
Résultat string

LastCheckedTime public_oe property

public DateTime,System LastCheckedTime
Résultat System.DateTime

LimitVerticalSync public_oe property

public bool LimitVerticalSync
Résultat bool

Logger public_oe static_oe property

public static Logger Logger
Résultat Logger

RecentFiles public_oe property

public List RecentFiles
Résultat List

RenderScale public_oe property

public int RenderScale
Résultat int

ScaleTextures public_oe property

public bool ScaleTextures
Résultat bool

UseFastMemory public_oe property

public bool UseFastMemory
Résultat bool