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,