Default VSync to off, change default Turbo to 200% and Slowmo to 50%.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2721 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2010-03-16 09:53:17 +00:00
parent 236d40b2e1
commit 5087099871
3 changed files with 5 additions and 3 deletions

View File

@ -204,10 +204,12 @@ void Pcsx2Config::CpuOptions::LoadSave( IniInterface& ini )
Recompiler.LoadSave( ini );
}
// Default GSOptions
Pcsx2Config::GSOptions::GSOptions()
{
FrameLimitEnable = true;
FrameSkipEnable = false;
VsyncEnable = false;
SynchronousMTGS = false;
DisableOutput = false;

View File

@ -630,8 +630,8 @@ void AppConfig::GSWindowOptions::LoadSave( IniInterface& ini )
AppConfig::FramerateOptions::FramerateOptions()
{
NominalScalar = 1.0;
TurboScalar = 3.0;
SlomoScalar = 0.33;
TurboScalar = 2.0;
SlomoScalar = 0.50;
SkipOnLimit = false;
SkipOnTurbo = false;

View File

@ -32,7 +32,7 @@ Panels::BasePathsPanel::BasePathsPanel( wxWindow* parent )
Panels::StandardPathsPanel::StandardPathsPanel( wxWindow* parent ) :
BasePathsPanel( parent )
{
wxSizer& s_main( *GetSizer() );
//wxSizer& s_main( *GetSizer() );
*this += BetweenFolderSpace;
*this += (new DirPickerPanel( this, FolderId_Savestates,