Merge pull request #971 from DiscoStarslayer/default-force-vsync

Force VSync on by default
This commit is contained in:
PatrickvL 2018-03-06 07:36:52 +01:00 committed by GitHub
commit 779be6c823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
// ******************************************************************
// * func: XBVideo::XBVideo
// ******************************************************************
XBVideo::XBVideo() : m_bVSync(false), m_bFullscreen(false), m_bHardwareYUV(false)
XBVideo::XBVideo() : m_bVSync(true), m_bFullscreen(false), m_bHardwareYUV(false)
{
strcpy(m_szVideoResolution, "Automatic (Default)");
}