Minor fix for managed Vsync.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4499 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2011-03-27 22:16:48 +00:00
parent 47713eee81
commit b5138f64eb
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ void SysMtgsThread::OpenPlugin()
if( renderswitch )
{
Console.Indent(2).WriteLn( "Forced software switch enabled." );
if (EmuConfig.GS.VsyncEnable)
if (EmuConfig.GS.VsyncEnable && !EmuConfig.GS.ManagedVsync)
{
// Better turn Vsync off now, as in most cases sw rendering is not fast enough to support a steady 60fps.
// Having Vsync still enabled then means a big cut in speed and sloppy rendering.