VideoConfig: Don't disable stereoscopy if Real XFB is enabled but not in use.

This commit is contained in:
Jules Blok 2014-12-29 19:15:31 +01:00
parent df44b67e64
commit 0860c02258
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ void VideoConfig::VerifyValidity()
iStereoMode = 0; iStereoMode = 0;
} }
if (bUseRealXFB) if (bUseXFB && bUseRealXFB)
{ {
OSD::AddMessage("Stereoscopic 3D isn't supported with Real XFB, turning off stereoscopy.", 10000); OSD::AddMessage("Stereoscopic 3D isn't supported with Real XFB, turning off stereoscopy.", 10000);
iStereoMode = 0; iStereoMode = 0;