From 508709987158ba2e6b222d3667d6b19e80221d8d Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Tue, 16 Mar 2010 09:53:17 +0000 Subject: [PATCH] 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 --- pcsx2/Pcsx2Config.cpp | 2 ++ pcsx2/gui/AppConfig.cpp | 4 ++-- pcsx2/gui/Panels/PathsPanel.cpp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pcsx2/Pcsx2Config.cpp b/pcsx2/Pcsx2Config.cpp index 4450c46dd6..e976087efe 100644 --- a/pcsx2/Pcsx2Config.cpp +++ b/pcsx2/Pcsx2Config.cpp @@ -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; diff --git a/pcsx2/gui/AppConfig.cpp b/pcsx2/gui/AppConfig.cpp index c1594b842c..08da5c653d 100644 --- a/pcsx2/gui/AppConfig.cpp +++ b/pcsx2/gui/AppConfig.cpp @@ -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; diff --git a/pcsx2/gui/Panels/PathsPanel.cpp b/pcsx2/gui/Panels/PathsPanel.cpp index 596ff9e2ec..f76aba1dca 100644 --- a/pcsx2/gui/Panels/PathsPanel.cpp +++ b/pcsx2/gui/Panels/PathsPanel.cpp @@ -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,