C# 클래스 CSPspEmu.Core.PspStoredConfig

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
PspStoredConfig System

공개 메소드들

메소드 설명
Load ( ) : PspStoredConfig
Save ( ) : void

비공개 메소드들

메소드 설명
PspStoredConfig ( ) : System

메소드 상세

Load() 공개 정적인 메소드

public static Load ( ) : PspStoredConfig
리턴 PspStoredConfig

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

ControllerConfig 공개적으로 프로퍼티

public ControllerConfig,CSPspEmu.Core ControllerConfig
리턴 ControllerConfig

DisplayScale 공개적으로 프로퍼티

public int DisplayScale
리턴 int

EnableAstOptimizations 공개적으로 프로퍼티

public bool EnableAstOptimizations
리턴 bool

EnableSmaa 공개적으로 프로퍼티

public bool EnableSmaa
리턴 bool

IsosPath 공개적으로 프로퍼티

public string IsosPath
리턴 string

LastCheckedTime 공개적으로 프로퍼티

public DateTime,System LastCheckedTime
리턴 System.DateTime

LimitVerticalSync 공개적으로 프로퍼티

public bool LimitVerticalSync
리턴 bool

Logger 공개적으로 정적으로 프로퍼티

public static Logger Logger
리턴 Logger

RecentFiles 공개적으로 프로퍼티

public List RecentFiles
리턴 List

RenderScale 공개적으로 프로퍼티

public int RenderScale
리턴 int

ScaleTextures 공개적으로 프로퍼티

public bool ScaleTextures
리턴 bool

UseFastMemory 공개적으로 프로퍼티

public bool UseFastMemory
리턴 bool