C# Class C64Lib.Core.Prefs

ファイルを表示 Open project: rosc77/vita64 Class Usage Examples

Public Properties

Property Type Description
AlwaysCopy bool
AutoPause bool
BadLineCycles int
CIACycles int
CIAIRQHack bool
DirectSound bool
DisplayMode string
DisplayType DisplayType
DoubleScan bool
DriveData Stream[]
DrivePath string[]
DriveType DriveType[]
Emul1541Proc bool
ExclusiveSound bool
FastReset bool
FloppyCycles int
HideCursor bool
Joystick1On bool
Joystick2On bool
JoystickSwap bool
LatencyAvg int
LatencyMax int
LatencyMin int
LimitSpeed bool
MapSlash bool
NormalCycles int
PrefsAtStartup bool
REUSize REUSize
SIDFilters bool
SIDType SIDType
ScalingDenominator int
ScalingNumerator int
ShowLEDs bool
SkipFrames int
SpriteCollisions bool
SpritesOn bool
SystemKeys bool
SystemMemory bool
ViewPort string

Public Methods

Method Description
Check ( ) : void
Load ( string filename ) : void
Prefs ( ) : System
Save ( string filename ) : bool
ShowEditor ( bool startup, string prefs_name ) : bool
operator ( ) : bool

Method Details

Check() public method

public Check ( ) : void
return void

Load() public method

public Load ( string filename ) : void
filename string
return void

Prefs() public method

public Prefs ( ) : System
return System

Save() public method

public Save ( string filename ) : bool
filename string
return bool

ShowEditor() public method

public ShowEditor ( bool startup, string prefs_name ) : bool
startup bool
prefs_name string
return bool

operator() public static method

public static operator ( ) : bool
return bool

Property Details

AlwaysCopy public_oe property

public bool AlwaysCopy
return bool

AutoPause public_oe property

public bool AutoPause
return bool

BadLineCycles public_oe property

public int BadLineCycles
return int

CIACycles public_oe property

public int CIACycles
return int

CIAIRQHack public_oe property

public bool CIAIRQHack
return bool

DirectSound public_oe property

public bool DirectSound
return bool

DisplayMode public_oe property

public string DisplayMode
return string

DisplayType public_oe property

public DisplayType DisplayType
return DisplayType

DoubleScan public_oe property

public bool DoubleScan
return bool

DriveData public_oe property

public Stream[] DriveData
return Stream[]

DrivePath public_oe property

public string[] DrivePath
return string[]

DriveType public_oe property

public DriveType[] DriveType
return DriveType[]

Emul1541Proc public_oe property

public bool Emul1541Proc
return bool

ExclusiveSound public_oe property

public bool ExclusiveSound
return bool

FastReset public_oe property

public bool FastReset
return bool

FloppyCycles public_oe property

public int FloppyCycles
return int

HideCursor public_oe property

public bool HideCursor
return bool

Joystick1On public_oe property

public bool Joystick1On
return bool

Joystick2On public_oe property

public bool Joystick2On
return bool

JoystickSwap public_oe property

public bool JoystickSwap
return bool

LatencyAvg public_oe property

public int LatencyAvg
return int

LatencyMax public_oe property

public int LatencyMax
return int

LatencyMin public_oe property

public int LatencyMin
return int

LimitSpeed public_oe property

public bool LimitSpeed
return bool

MapSlash public_oe property

public bool MapSlash
return bool

NormalCycles public_oe property

public int NormalCycles
return int

PrefsAtStartup public_oe property

public bool PrefsAtStartup
return bool

REUSize public_oe property

public REUSize REUSize
return REUSize

SIDFilters public_oe property

public bool SIDFilters
return bool

SIDType public_oe property

public SIDType SIDType
return SIDType

ScalingDenominator public_oe property

public int ScalingDenominator
return int

ScalingNumerator public_oe property

public int ScalingNumerator
return int

ShowLEDs public_oe property

public bool ShowLEDs
return bool

SkipFrames public_oe property

public int SkipFrames
return int

SpriteCollisions public_oe property

public bool SpriteCollisions
return bool

SpritesOn public_oe property

public bool SpritesOn
return bool

SystemKeys public_oe property

public bool SystemKeys
return bool

SystemMemory public_oe property

public bool SystemMemory
return bool

ViewPort public_oe property

public string ViewPort
return string