mirror of
https://github.com/libretro/pcsx2.git
synced 2025-03-09 04:11:50 +00:00
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:
parent
236d40b2e1
commit
5087099871
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user